diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 06:05:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 06:08:08 +0000 |
commit | 8c17b09e32a9b07cb9444e8386ada52b0dd1fa55 (patch) | |
tree | b1099560a36018a0e90e666e7f02f61ee1bf54c4 | |
parent | f52d7ed66300e67177b6ab4c6f6169259a71c69c (diff) | |
download | aports-8c17b09e32a9b07cb9444e8386ada52b0dd1fa55.tar.bz2 aports-8c17b09e32a9b07cb9444e8386ada52b0dd1fa55.tar.xz |
main/makekit: move from unmaintained and update download url
They tagged the release.
https://github.com/bkoropoff/makekit/issues/1
-rw-r--r-- | main/makekit/APKBUILD (renamed from unmaintained/makekit/APKBUILD) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unmaintained/makekit/APKBUILD b/main/makekit/APKBUILD index aaddd9b379..d5dc702681 100644 --- a/unmaintained/makekit/APKBUILD +++ b/main/makekit/APKBUILD @@ -12,7 +12,7 @@ depends_dev= makedepends="$depends_dev" install="" subpackages= -source="http://downloads.sourceforge.net/project/mkbuild/makekit-$pkgver.tar.gz" +source="makekit-$pkgver.tar.gz::https://github.com/bkoropoff/makekit/archive/release-$pkgver.tar.gz" _builddir="$srcdir"/makekit-$pkgver/build prepare() { @@ -46,3 +46,5 @@ package() { } md5sums="46b64e4a029b9b7ae09b24230cc5dc81 makekit-0.1.tar.gz" +sha256sums="769af9ac5ff591cfd07e9eb3d64a684ac59bce3952d513fd61baa3ea6c84431b makekit-0.1.tar.gz" +sha512sums="5a7ebec00f3edd53a0ba1ae0f8c225cbe7781b84f2be56853bd2f984fddc78b5baad316f4808ccf0a859d1ded11475474a398a9ec50c67f2a2a80cd9bde902c3 makekit-0.1.tar.gz" |