summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaser2021-01-18 07:43:35 +0000
committergoreleaser2021-01-18 07:43:35 +0000
commit672d1ab14627877d9970e0f858d32e5a3be31b4b (patch)
tree5add71b67802f528637dbce23a85ae8c90c1af9c
parentd0389c0cb081c9897a1d09cab77a5400a37cfcb4 (diff)
downloadaur-672d1ab14627877d9970e0f858d32e5a3be31b4b.tar.gz
Updated to version 0.5.0 release 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7006a188ff26..987a24c89749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgbase = antidot-bin
license = MIT
arch = x86_64
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
source = antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64
- sha256sums = 696d084535fe7caa68cb03661c382c535cec7f0db65c0ef8a4d1c7f74c7abc65
+ sha256sums = 48b0f74fb3883ccfd1da679ef33a577c6f597cb59c9d380a88d88a3a73b56113
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a4de1a1ccdc..fa153a6f2c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
provides=("antidot")
conflicts=("antidot")
depends=()
source=("antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64")
-sha256sums=("696d084535fe7caa68cb03661c382c535cec7f0db65c0ef8a4d1c7f74c7abc65")
+sha256sums=("48b0f74fb3883ccfd1da679ef33a577c6f597cb59c9d380a88d88a3a73b56113")
package() {
install -Dm 0755 "$srcdir/antidot-0.5.0.bin" "$pkgdir/usr/bin/antidot"