summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2017-08-18 06:21:57 +0200
committerFlorian Bruhin2017-08-18 06:21:57 +0200
commitbb4a77ef24523750f19e2343d50ca4d34e3214e7 (patch)
treec63d9a94563c566c57e92f7c1a1c2a960e1323c6
parent7f943804302297620f1dc5f12c5deec8089e5ea6 (diff)
downloadaur-sshtunnel-git.tar.gz
Switch to https
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b67759a00c0..919ed453c596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri Aug 18 04:21:41 UTC 2017
pkgbase = sshtunnel-git
pkgdesc = A tool to manage SSH tunnel to different hosts via systemd
- pkgver = 0.1.1.1.g76e9320
+ pkgver = 0.1.1.14.g0d16eaf
pkgrel = 1
- url = http://g.cmpl.cc/sshtunnel
+ url = https://g.cmpl.cc/sshtunnel
install = sshtunnel-git.install
arch = any
license = GPL
@@ -14,7 +16,7 @@ pkgbase = sshtunnel-git
conflicts = sshtunnel
options = emptydirs
backup = etc/sshtunnel.conf
- source = git+http://git.the-compiler.org/sshtunnel
+ source = git+https://git.the-compiler.org/sshtunnel
sha1sums = SKIP
pkgname = sshtunnel-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d224cc78c99..f70135b843b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=sshtunnel-git
_gitname=sshtunnel
-pkgver=0.1.1.1.g76e9320
+pkgver=0.1.1.14.g0d16eaf
pkgrel=1
pkgdesc="A tool to manage SSH tunnel to different hosts via systemd"
arch=('any')
-url="http://g.cmpl.cc/sshtunnel"
+url="https://g.cmpl.cc/sshtunnel"
license=('GPL')
depends=('openssh')
optdepends=('autossh: More stabile connections'
@@ -17,7 +17,7 @@ conflicts=('sshtunnel')
backup=('etc/sshtunnel.conf')
options=('emptydirs')
install=$pkgname.install
-source=('git+http://git.the-compiler.org/sshtunnel')
+source=('git+https://git.the-compiler.org/sshtunnel')
sha1sums=('SKIP')
pkgver() {