summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afce6c276357..7ca006578cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = proxy-ns
pkgdesc = Run programs in a network namespace where all traffic go through proxy
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
- url = https://git.ookami.one/cgit/proxy-ns
+ url = https://github.com/OkamiW/proxy-ns
arch = x86_64
license = GPL
makedepends = git
@@ -13,7 +13,7 @@ pkgbase = proxy-ns
depends = iproute2
depends = badvpn-git
backup = etc/proxy-nsd/main.conf
- source = git+https://git.ookami.one/cgit/proxy-ns
+ source = git+https://github.com/OkamiW/proxy-ns
sha512sums = SKIP
pkgname = proxy-ns
diff --git a/PKGBUILD b/PKGBUILD
index ea9b82628288..7c1c0799adda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: ookami <mail@ookami.one>
pkgname=proxy-ns
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc="Run programs in a network namespace where all traffic go through proxy"
arch=('x86_64')
-url="https://git.ookami.one/cgit/proxy-ns"
+url="https://github.com/OkamiW/proxy-ns"
license=('GPL')
depends=('bash' 'glibc' 'libcap' 'iproute2' 'badvpn-git')
makedepends=('git' 'make')