diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-04 17:46:36 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-04 17:46:36 +0000 |
commit | fa0a5dbf864038261be4c415e5a9d8881945e4e2 (patch) | |
tree | 1bf1fb003fd86fa88fe3795dfd7e6b6a4366a36b /testing/etckeeper | |
parent | f79b9675ed4a50d292dfe60bc6874e397f4861b4 (diff) | |
download | aports-fa0a5dbf864038261be4c415e5a9d8881945e4e2.tar.bz2 aports-fa0a5dbf864038261be4c415e5a9d8881945e4e2.tar.xz |
main/etckeeper: Upstream project moved
Joey moved all his repositories from github to his private git server.
Moving the $source URL from github to:
https://git.joeyh.name/index.cgi/etckeeper.git/tag/?h=1.18.6
No changes in the checksum
Diffstat (limited to 'testing/etckeeper')
-rw-r--r-- | testing/etckeeper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/etckeeper/APKBUILD b/testing/etckeeper/APKBUILD index 37d9bb6327..831233e16a 100644 --- a/testing/etckeeper/APKBUILD +++ b/testing/etckeeper/APKBUILD @@ -10,7 +10,7 @@ license="GPL2" depends="findutils git perl" subpackages="$pkgname-doc" install="$pkgname.post-install $pkgname.pre-deinstall" -source="$pkgname-$pkgver.tar.gz::https://github.com/joeyh/etckeeper/$_pkgname/archive/$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://git.joeyh.name/index.cgi/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz apk-commit_hook $pkgname.post-install $pkgname.pre-deinstall |