diff options
Diffstat (limited to 'testing/chntpw')
-rw-r--r-- | testing/chntpw/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/chntpw/APKBUILD b/testing/chntpw/APKBUILD index 7fb753678a..c88a8f4ed0 100644 --- a/testing/chntpw/APKBUILD +++ b/testing/chntpw/APKBUILD @@ -1,20 +1,20 @@ # Contributor: -# Maintainer: +# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=chntpw pkgver=110511 pkgrel=0 pkgdesc="Change passwords in Windows SAM files" url="http://pogostick.net/~pnh/ntpasswd/" arch="all" -license="GPLv2" +license="GPL2" depends="" depends_dev="" makedepends="$depends_dev openssl-dev" install="" subpackages="" -source="http://pogostick.net/~pnh/ntpasswd/chntpw-source-$pkgver.zip" +source="http://pogostick.net/~pnh/ntpasswd/$pkgname-source-$pkgver.zip" -_builddir="$srcdir"/chntpw-$pkgver +_builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -38,3 +38,5 @@ package() { } md5sums="a3fb358d1adec589cd6bc8dedf68896c chntpw-source-110511.zip" +sha256sums="593514ca8601adb4091d951499b916dfdac2bd34b325d307237fa52ca572b5b7 chntpw-source-110511.zip" +sha512sums="2a0b3638df40481d0650a5fb524b37896db253db83eb8e12836a3f59f12df59bea89ae92710e28bd08dc01f6fa806789be118397fd097732f7132571d3057d56 chntpw-source-110511.zip" |