Skip to content

Commit

Permalink
lfcbase + cego : update to lfcbase-1.12.1 and cego-2.40.1 (msys2#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlemke authored and Alexpux committed May 2, 2018
1 parent 7d0110a commit 70d75db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-cego/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_realname=cego
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.39.15
pkgver=2.40.1
pkgrel=1
pkgdesc="Cego database system (mingw-w64)"
arch=('any')
Expand All @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-readline"

makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")

sha256sums=('401f02d43628ff85827968daea01e77b7e0fe0406b9e0eec96847c45a97850c7')
sha256sums=('68db4f0452bd4e0063721d02a24e3836ac248c97137329380ebd0f3a7eca6479')

prepare() {
cd $srcdir/${_realname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-lfcbase/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=lfcbase
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.11.8
pkgver=1.12.1
pkgrel=1
pkgdesc="LFC C++ base classes (mingw-w64)"
arch=('any')
Expand All @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")

source=("http://www.lemke-it.com/${_realname}-${pkgver}.tar.gz")

sha256sums=("1c534c478b1b7c07bd9adf68c799e2f058f7b3bbaa65ae478243b93841394284")
sha256sums=("edc5929b66472da8a4c7ea023354445afe39f0b04192048837f777ed102b475c")

prepare() {
# for mingw build, we have to patch the tap-driver to filter out windows carrige returns from the test program output
Expand Down

0 comments on commit 70d75db

Please sign in to comment.