summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiheb Bayouli2021-04-11 16:43:14 +0100
committerChiheb Bayouli2021-04-11 16:43:14 +0100
commitc196a07530c9c3a900c62b2c50d0eb3d74ef5c18 (patch)
tree2c4e42990cdf9140970e8e759c605c9a24111401
parente21574dc0d0d16df79365777460b1654423fb1b4 (diff)
downloadaur-c196a07530c9c3a900c62b2c50d0eb3d74ef5c18.tar.gz
Bug Fix
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf321e042705..38c9bdcbf372 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = gentor
depends = curl
depends = systemd
depends = iptables
- source = https://github.com/ChihebBayouli/gentor/releases/download/0.1/setup.bin
- md5sums = 0b241856746e881cf8e0041b4de3a71a
+ source = https://github.com/ChihebBayouli/gentor/releases/download/v0.1/setup.bin
+ md5sums = 83e53ea8a725cb5bb43ea9c7c940a094
pkgname = gentor
diff --git a/PKGBUILD b/PKGBUILD
index aa814c9bf178..572e579bf1da 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ arch=(any)
url="https://github.com/ChihebBayouli/gentor"
license=('custom')
depends=(wget curl systemd iptables)
-source=("https://github.com/ChihebBayouli/gentor/releases/download/0.1/setup.bin")
+source=("https://github.com/ChihebBayouli/gentor/releases/download/v0.1/setup.bin")
install=.INSTALL
-md5sums=('0b241856746e881cf8e0041b4de3a71a')
+md5sums=('83e53ea8a725cb5bb43ea9c7c940a094')
build() {
chmod +x setup.bin
}