summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Schmitz2015-09-10 20:24:15 +0200
committerPierre Schmitz2015-09-10 20:24:23 +0200
commita8f6e8363f08514e1ebbb8729a231f60c801b0ef (patch)
tree2da380b48f7c5be5b13754f418a2d7b8faa45b14
parentf18a46ed25b309be5422f2276df66616c60d7f6f (diff)
downloadaur-a8f6e8363f08514e1ebbb8729a231f60c801b0ef.tar.gz
Use https download links
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59325a48911..d85460e2aa15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = php-suhosin
checkdepends = php-cgi
depends = php
backup = etc/php/conf.d/suhosin.ini
- source = http://download.suhosin.org/suhosin-0.9.38.tar.gz
- source = http://download.suhosin.org/suhosin-0.9.38.tar.gz.sig
+ source = https://download.suhosin.org/suhosin-0.9.38.tar.gz
+ source = https://download.suhosin.org/suhosin-0.9.38.tar.gz.sig
sha1sums = 20af6379c0ff9879c5ed69452a6c38b7b3e76748
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a94123ed634c..d6446e80bdec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('i686' 'x86_64')
pkgdesc='An advanced protection system for PHP installations'
url='http://suhosin.org/'
license=('PHP')
-source=("http://download.suhosin.org/suhosin-${pkgver}.tar.gz"
- "http://download.suhosin.org/suhosin-${pkgver}.tar.gz.sig")
+source=("https://download.suhosin.org/suhosin-${pkgver}.tar.gz"
+ "https://download.suhosin.org/suhosin-${pkgver}.tar.gz.sig")
depends=('php')
checkdepends=('php-cgi')
backup=('etc/php/conf.d/suhosin.ini')