summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-03-27 04:06:10 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-03-27 04:06:10 +0800
commitb5761405b949c0f2ea06b2db0f39ebac9464d3d2 (patch)
tree9faf409b5846057ff76345fbc513978310593b9f
parenta39f09f2a1654026d6474f0437d08ae9b3ff2ad0 (diff)
downloadAUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar.gz
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar.bz2
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar.lz
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar.xz
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.tar.zst
AUR4-PKGBUILD-b5761405b949c0f2ea06b2db0f39ebac9464d3d2.zip
mingw-w64-{gtk2,gdk-pixbuf2}: Use HTTPS to download sources
-rw-r--r--mingw-w64-gdk-pixbuf2/.SRCINFO2
-rw-r--r--mingw-w64-gdk-pixbuf2/PKGBUILD2
-rw-r--r--mingw-w64-gtk2/.SRCINFO2
-rw-r--r--mingw-w64-gtk2/PKGBUILD2
4 files changed, 4 insertions, 4 deletions
diff --git a/mingw-w64-gdk-pixbuf2/.SRCINFO b/mingw-w64-gdk-pixbuf2/.SRCINFO
index 83ab321..448b6f6 100644
--- a/mingw-w64-gdk-pixbuf2/.SRCINFO
+++ b/mingw-w64-gdk-pixbuf2/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-gdk-pixbuf2
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.gnome.org/sources/gdk-pixbuf/2.31/gdk-pixbuf-2.31.3.tar.xz
+ source = https://download.gnome.org/sources/gdk-pixbuf/2.31/gdk-pixbuf-2.31.3.tar.xz
sha256sums = ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc
pkgname = mingw-w64-gdk-pixbuf2
diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD
index 0231b6f..508254b 100644
--- a/mingw-w64-gdk-pixbuf2/PKGBUILD
+++ b/mingw-w64-gdk-pixbuf2/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
'mingw-w64-libtiff')
options=(!strip !buildflags staticlibs)
source=(
- "http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
+ "https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
sha256sums=('ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
diff --git a/mingw-w64-gtk2/.SRCINFO b/mingw-w64-gtk2/.SRCINFO
index 2156b6a..2109748 100644
--- a/mingw-w64-gtk2/.SRCINFO
+++ b/mingw-w64-gtk2/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-gtk2
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.27.tar.xz
+ source = https://download.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.27.tar.xz
sha256sums = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4
pkgname = mingw-w64-gtk2
diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD
index f118ff6..3e6fc07 100644
--- a/mingw-w64-gtk2/PKGBUILD
+++ b/mingw-w64-gtk2/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
'mingw-w64-cairo>=1.6'
'mingw-w64-gdk-pixbuf2>=2.21.0')
options=(!libtool !strip !buildflags staticlibs)
-source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
+source=("https://download.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=("20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4")
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"