diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-17 13:28:03 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-17 13:28:03 +0000 |
commit | b6caca2f7cbc21d5d8a2275298927b3835b6fac5 (patch) | |
tree | e644c436d96f4ec0569104321a3a654ed3bdc24e /main/chrpath/APKBUILD | |
parent | e33efda5f89c34ef18d9d91d410b3b2a40e223c7 (diff) | |
download | aports-b6caca2f7cbc21d5d8a2275298927b3835b6fac5.tar.bz2 aports-b6caca2f7cbc21d5d8a2275298927b3835b6fac5.tar.xz |
main/chrpath: update src url
Diffstat (limited to 'main/chrpath/APKBUILD')
-rw-r--r-- | main/chrpath/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/chrpath/APKBUILD b/main/chrpath/APKBUILD index c36eef68b4..f1ab9fb92b 100644 --- a/main/chrpath/APKBUILD +++ b/main/chrpath/APKBUILD @@ -7,7 +7,7 @@ url="https://alioth.debian.org/projects/chrpath/" arch="all" license="GPL+" subpackages="$pkgname-doc" -source="https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz" +source="https://alioth-archive.debian.org/releases/chrpath/chrpath/$pkgver/chrpath-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |