summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2021-02-23 12:33:05 +0000
committerAlex Dewar2021-02-23 12:33:05 +0000
commit21aac68dd06e87c7e60195de3384369008c1dd88 (patch)
tree4b9703c0d02d25de740723753dda340a77c6e172
parent093aeb11ee79e6e41e09af0e2439e34011fda997 (diff)
downloadaur-21aac68dd06e87c7e60195de3384369008c1dd88.tar.gz
v0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6327872dcb3..47436e364904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = antidot-bin
pkgdesc = Cleans up your $HOME from those pesky dotfiles
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/doron-cohen/antidot
arch = x86_64
license = MIT
provides = antidot
conflicts = antidot
- source = https://github.com/doron-cohen/antidot/releases/download/v0.6.1/antidot_0.6.1_Linux_x86_64.tar.gz
- sha256sums = a59ef94837e338a5280dcec7a0b6aa6b662c77f58c23af7c363d35506a0b9811
+ source = https://github.com/doron-cohen/antidot/releases/download/v0.6.2/antidot_0.6.2_Linux_x86_64.tar.gz
+ sha256sums = 3027e8a1f79741c5b644cf00e52aa232864ca76a8f813337eab343bc123605ed
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index d586d39b7cee..499ed728a039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/doron-cohen/antidot"
license=("MIT")
arch=("x86_64")
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
provides=("antidot")
@@ -15,7 +15,7 @@ conflicts=("antidot")
depends=()
source=("$url/releases/download/v$pkgver/antidot_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('a59ef94837e338a5280dcec7a0b6aa6b662c77f58c23af7c363d35506a0b9811')
+sha256sums=('3027e8a1f79741c5b644cf00e52aa232864ca76a8f813337eab343bc123605ed')
package() {
install -Dm 0755 "$srcdir/antidot" "$pkgdir/usr/bin/antidot"