diff options
author | Zach van Rijn <me@zv.io> | 2022-04-25 14:15:36 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:58 -0500 |
commit | 0263e416fa3ebe1b6f0d2b34b45241e1e1755b45 (patch) | |
tree | 37936265c6ccb5d9516d000aa183d574c89d9325 /user/chntpw/APKBUILD | |
parent | 7753070845792e4980acf25a5af58b7bcf3090e4 (diff) | |
download | packages-0263e416fa3ebe1b6f0d2b34b45241e1e1755b45.tar.gz packages-0263e416fa3ebe1b6f0d2b34b45241e1e1755b45.tar.bz2 packages-0263e416fa3ebe1b6f0d2b34b45241e1e1755b45.tar.xz packages-0263e416fa3ebe1b6f0d2b34b45241e1e1755b45.zip |
user/chntpw: use HTTP instead of HTTPS for upstream source tarball. fixes #516.
Diffstat (limited to 'user/chntpw/APKBUILD')
-rw-r--r-- | user/chntpw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/chntpw/APKBUILD b/user/chntpw/APKBUILD index a62408ce0..7a943885f 100644 --- a/user/chntpw/APKBUILD +++ b/user/chntpw/APKBUILD @@ -10,7 +10,7 @@ options="!check" # No test suite. license="(LGPL-2.1-only AND GPL-2.0-only)" depends="" makedepends="" -source="https://pogostick.net/~pnh/ntpasswd/$pkgname-source-$pkgver.zip +source="http://pogostick.net/~pnh/ntpasswd/$pkgname-source-$pkgver.zip stdint.patch chntpw-080526-correct-test-for-failing-open-syscall.patch chntpw-110511-detect-failure-to-write-key.patch |