summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaser2020-12-20 11:44:27 +0000
committergoreleaser2020-12-20 11:44:27 +0000
commit611ccc44376d8ef888b5a9e5399b47f200a12092 (patch)
tree3119f4e3afa7f0790e5a96323b3fb545750a7fd7
parent0324acbd67e44a75bfb28e65f0ded07d8531ae05 (diff)
downloadaur-611ccc44376d8ef888b5a9e5399b47f200a12092.tar.gz
Updated to version 0.4.2 release 4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce180ace77e..51075e2ed459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgbase = antidot-bin
license = MIT
arch = x86_64
pkgver = 0.4.2
- pkgrel = 3
+ pkgrel = 4
source = antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_v0.4.2_linux_amd64
- sha256sums = 8c2e386da6b56ead0b10b5e9d785790bd2430e34764e0601ed9747db082d87d3
+ sha256sums = 5ddddee4267154950d7bac5f9690d72117526355d3bcc396187bb27d48494b9f
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c3676c2d28e..0bcc3e529edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ license=("MIT")
arch=("x86_64")
pkgver=0.4.2
-pkgrel=3
+pkgrel=4
provides=("antidot")
conflicts=("antidot")
depends=()
source=("antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_v0.4.2_linux_amd64")
-sha256sums=("8c2e386da6b56ead0b10b5e9d785790bd2430e34764e0601ed9747db082d87d3")
+sha256sums=("5ddddee4267154950d7bac5f9690d72117526355d3bcc396187bb27d48494b9f")
package() {
install -Dm 0755 "$srcdir/antidot-0.4.2.bin" "$pkgdir/usr/bin/antidot"