summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Tolosa2023-04-15 19:36:58 -0500
committerEduard Tolosa2023-04-15 19:36:58 -0500
commit8d6b1862dd957954855cbca4ac25e5c23f07b498 (patch)
tree2cfe392a1b3664882d73fbc638876e6980944871
parent1c51d02cb646c7330fead431420fd14f988a19eb (diff)
downloadaur-8d6b1862dd957954855cbca4ac25e5c23f07b498.tar.gz
Bump package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ee2820c46b6..a64d153ebb95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tor-router
pkgdesc = A tool that allow you to make TOR your default gateway and send all internet connections under TOR (as transparent proxy) for increase privacy/anonymity without extra unnecessary code.
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/edu4rdshl/tor-router
install = tor-router.install
@@ -9,9 +9,9 @@ pkgbase = tor-router
depends = tor
depends = systemd
optdepends = curl: to verify if the script run sucessfully.
- source = https://github.com/Edu4rdSHL/tor-router/archive/1.5.0.tar.gz
+ source = https://github.com/Edu4rdSHL/tor-router/archive/1.5.1.tar.gz
source = tor-router.install
- sha512sums = d0c53877d3ad3a3380bee2821708e1956e89d2adabd5a678c475d2090b8378cda7a587e5c1f022d41ec2e37240ba9fe256ef449b653c65e0579f2967171f8791
+ sha512sums = b8917cb1d3a83546757624c6d5be06062a244a3b85d4838213c60a0fde6ebf24e965f8932f628b6cc38131097eeef53019f0babe5c85a69fab4c800a3f59f408
sha512sums = 043ae270b9153a8115f46058e369f2d461a5f34891264eed1a5daad444bb15210fd4c6a35b6cfc1c531e378d1fb7e238079baddc2b6e299c60360ec91e61718f
pkgname = tor-router
diff --git a/PKGBUILD b/PKGBUILD
index 120a6243ae43..d30162484c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: edu4rdshl
pkgname=tor-router
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='A tool that allow you to make TOR your default gateway and send all internet connections under TOR (as transparent proxy) for increase privacy/anonymity without extra unnecessary code.'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('curl: to verify if the script run sucessfully.')
install=tor-router.install
source=("https://github.com/Edu4rdSHL/tor-router/archive/$pkgver.tar.gz"
'tor-router.install')
-sha512sums=('d0c53877d3ad3a3380bee2821708e1956e89d2adabd5a678c475d2090b8378cda7a587e5c1f022d41ec2e37240ba9fe256ef449b653c65e0579f2967171f8791'
+sha512sums=('b8917cb1d3a83546757624c6d5be06062a244a3b85d4838213c60a0fde6ebf24e965f8932f628b6cc38131097eeef53019f0babe5c85a69fab4c800a3f59f408'
'043ae270b9153a8115f46058e369f2d461a5f34891264eed1a5daad444bb15210fd4c6a35b6cfc1c531e378d1fb7e238079baddc2b6e299c60360ec91e61718f')
package() {