diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-27 18:04:46 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-29 14:07:39 +0000 |
commit | e09eae3108b5c3cabb672cb4db7e74b7ded07630 (patch) | |
tree | cb3aaa6a806d22d7ae9535bd030a4b1c9f361af7 /testing/chntpw | |
parent | 2ea81903de1c7b857b074924d492b03d781a5110 (diff) | |
download | aports-e09eae3108b5c3cabb672cb4db7e74b7ded07630.tar.bz2 aports-e09eae3108b5c3cabb672cb4db7e74b7ded07630.tar.xz |
testing/chntpw: specify license
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" |