summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStateOfMatter2021-03-24 00:19:23 +0100
committerStateOfMatter2021-03-24 00:19:23 +0100
commitad3a5276f824ddcd10bd166ef683e4a52afe76d4 (patch)
treea1f566e222ec7a53d692d78d34be8a6a4a1772c6
parent394ced829645a5fc1b50c22f8d94557b30475f70 (diff)
downloadaur-ad3a5276f824ddcd10bd166ef683e4a52afe76d4.tar.gz
Minor correction
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9b885a935b..3b9b425d525b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = gentor
depends = systemd
depends = dos2unix
depends = iptables
- source = https://github.com/ChihebBayouli/gentor/releases/download/1.0/gentor-1.0.tar.gz
+ source = https://github.com/ChihebBayouli/gentor/releases/download/1.1/gentor-1.0.tar.gz
md5sums = d106e09f82affd51f7f9c4c3bdebd04e
pkgname = gentor
diff --git a/PKGBUILD b/PKGBUILD
index 2d21e7336451..1cf50126a329 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ChihebBayouli/GenTor"
license=('GPL2')
depends=(tor macchanger privoxy net-tools curl systemd dos2unix iptables)
makedepends=(python)
-source=("https://github.com/ChihebBayouli/gentor/releases/download/1.0/gentor-1.0.tar.gz")
+source=("https://github.com/ChihebBayouli/gentor/releases/download/1.1/gentor-1.0.tar.gz")
install=.INSTALL
md5sums=('d106e09f82affd51f7f9c4c3bdebd04e')
build() {