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

Daniel Micay thestinger at archlinux.org
Thu Jan 1 01:50:54 UTC 2015


    Date: Thursday, January 1, 2015 @ 02:50:54
  Author: thestinger
Revision: 125091

torsocks: use HTTPS

Modified:
  torsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-01 01:37:21 UTC (rev 125090)
+++ PKGBUILD	2015-01-01 01:50:54 UTC (rev 125091)
@@ -8,12 +8,12 @@
 pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
+url='https://gitweb.torproject.org/torsocks.git/'
 license=('GPL2')
 depends=('tor')
 makedepends=('git')
 backup=("etc/tor/${pkgname}.conf")
-source=("git://git.torproject.org/torsocks.git#tag=v$pkgver")
+source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list