Date: Monday, August 14, 2017 @ 08:57:38 Author: spupykin Revision: 250251
upgpkg: unshield 1.4.2-1 Modified: unshield/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-14 08:57:08 UTC (rev 250250) +++ PKGBUILD 2017-08-14 08:57:38 UTC (rev 250251) @@ -2,8 +2,8 @@ # Maintainer: Giovanni Scafora <[email protected]> pkgname=unshield -pkgver=1.3 -pkgrel=2 +pkgver=1.4.2 +pkgrel=1 pkgdesc="Extracts CAB files from InstallShield installers" arch=('i686' 'x86_64') url="https://github.com/twogood/unshield" @@ -11,7 +11,7 @@ depends=('zlib' 'openssl') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz") -md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0') +sha256sums=('5dd4ea0c7e97ad8e3677ff3a254b116df08a5d041c2df8859aad5c4f88d1f774') build() { cd "$srcdir"/${pkgname}-${pkgver}
