summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaser2021-01-18 07:56:06 +0000
committergoreleaser2021-01-18 07:56:06 +0000
commit973cdbdcf4f69071cf357f6992d8abd0162d591e (patch)
tree2e6b3e78d7f392ebbf369d2a0e79887713a188d0
parent672d1ab14627877d9970e0f858d32e5a3be31b4b (diff)
downloadaur-973cdbdcf4f69071cf357f6992d8abd0162d591e.tar.gz
Updated to version 0.5.0 release 4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 987a24c89749..42ca6b572cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgbase = antidot-bin
license = MIT
arch = x86_64
pkgver = 0.5.0
- pkgrel = 3
+ pkgrel = 4
source = antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64
- sha256sums = 48b0f74fb3883ccfd1da679ef33a577c6f597cb59c9d380a88d88a3a73b56113
+ sha256sums = 8ac78e1f01f26c8fd6597c50995439b9d9b3087661c726d175651991ff004a42
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index fa153a6f2c29..5296af3cd370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
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=("48b0f74fb3883ccfd1da679ef33a577c6f597cb59c9d380a88d88a3a73b56113")
+sha256sums=("8ac78e1f01f26c8fd6597c50995439b9d9b3087661c726d175651991ff004a42")
package() {
install -Dm 0755 "$srcdir/antidot-0.5.0.bin" "$pkgdir/usr/bin/antidot"