[arch-commits] Commit in paxtest/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Thu Jan 1 01:37:21 UTC 2015


    Date: Thursday, January 1, 2015 @ 02:37:21
  Author: thestinger
Revision: 125090

paxtest: use https

Modified:
  paxtest/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-01 01:02:16 UTC (rev 125089)
+++ PKGBUILD	2015-01-01 01:37:21 UTC (rev 125090)
@@ -8,11 +8,11 @@
 pkgver=0.9.13
 pkgrel=1
 pkgdesc='PaX regression test suite'
-url='http://pax.grsecurity.net'
+url='https://pax.grsecurity.net'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=(sh)
-source=("http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz")
+source=("https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz")
 md5sums=('aabe9eb3af44d385f590c2e3fc75d5aa')
 
 _make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname"



More information about the arch-commits mailing list