summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaser2021-01-18 06:50:24 +0000
committergoreleaser2021-01-18 06:50:24 +0000
commitd70fcfdd715ffbc8e6ec2e029493950a4b06a2a6 (patch)
treec5eb27a972c0305ff85b92191d55652af8ca7642
parent9d12888b4a43046ba81653ffd963351c23743df1 (diff)
downloadaur-d70fcfdd715ffbc8e6ec2e029493950a4b06a2a6.tar.gz
Updated to version 0.5.0 release 1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 662f9492cce4..8576089a6d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,9 @@ pkgbase = antidot-bin
url = https://github.com/doron-cohen/antidot
license = MIT
arch = x86_64
- pkgver = 0.4.2
- pkgrel = 8
- source = antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_0.4.2_linux_amd64
- sha256sums = 979cbaf007e57b546cf64f253412a7e03334377faae603b0284b6a5632b9bd53
+ pkgver = 0.5.0
+ pkgrel = 1
+ source = antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64
+ sha256sums = 2a4a7c94115bb1dcf202d20aab23ced92dcae7062f289f2051122d8cc7b80c20
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index d88955b0468e..c08017ab0fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ url="https://github.com/doron-cohen/antidot"
license=("MIT")
arch=("x86_64")
-pkgver=0.4.2
-pkgrel=8
+pkgver=0.5.0
+pkgrel=1
provides=("antidot")
conflicts=("antidot")
depends=()
-source=("antidot-0.4.2.bin::https://github.com/doron-cohen/antidot/releases/download/v0.4.2/antidot_0.4.2_linux_amd64")
-sha256sums=("979cbaf007e57b546cf64f253412a7e03334377faae603b0284b6a5632b9bd53")
+source=("antidot-0.5.0.bin::https://github.com/doron-cohen/antidot/releases/download/v0.5.0/antidot_0.5.0_linux_amd64")
+sha256sums=("2a4a7c94115bb1dcf202d20aab23ced92dcae7062f289f2051122d8cc7b80c20")
package() {
- install -Dm 0755 "$srcdir/antidot-0.4.2.bin" "$pkgdir/usr/bin/antidot"
+ install -Dm 0755 "$srcdir/antidot-0.5.0.bin" "$pkgdir/usr/bin/antidot"
}