aboutsummaryrefslogtreecommitdiffstats
path: root/community/zenity/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-10-31 15:01:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-31 15:45:30 +0000
commit79929e778ed38edf50f507dcb719a24d2ea9dea6 (patch)
tree0c8ff5fbf4695c794779bdf8195835439e1d4c43 /community/zenity/APKBUILD
parent7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 (diff)
downloadaports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.bz2
aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.xz
community/[various]: replace ftp.gnome.org source url
Diffstat (limited to 'community/zenity/APKBUILD')
-rw-r--r--community/zenity/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zenity/APKBUILD b/community/zenity/APKBUILD
index 21a08a6d8e..4851a7929b 100644
--- a/community/zenity/APKBUILD
+++ b/community/zenity/APKBUILD
@@ -14,7 +14,7 @@ case $pkgver in
*.*.*) _v=${pkgver%.*};;
*.*) _v=$pkgver;;
esac
-source="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${_v}/${pkgname}-${pkgver}.tar.xz"
+source="https://download.gnome.org/sources/${pkgname}/${_v}/${pkgname}-${pkgver}.tar.xz"
builddir="${srcdir}/${pkgname}-${pkgver}"