summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2021-02-14 11:48:37 +0000
committerAlex Dewar2021-02-14 11:48:37 +0000
commit093aeb11ee79e6e41e09af0e2439e34011fda997 (patch)
tree994b14c51e61c25e4f088342cb66e765cd656c00
parent27482f74f97f99107ff1f2af84bae6e312c1b02f (diff)
downloadaur-093aeb11ee79e6e41e09af0e2439e34011fda997.tar.gz
v0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0513653f0de6..d6327872dcb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = antidot-bin
pkgdesc = Cleans up your $HOME from those pesky dotfiles
- pkgver = 0.6.0
+ pkgver = 0.6.1
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.0/antidot_0.6.0_Linux_x86_64.tar.gz
- sha256sums = e7f4fb4b236678479d25cd95ad37448fe9e65e3e67590c14f951227cb98c8b87
+ source = https://github.com/doron-cohen/antidot/releases/download/v0.6.1/antidot_0.6.1_Linux_x86_64.tar.gz
+ sha256sums = a59ef94837e338a5280dcec7a0b6aa6b662c77f58c23af7c363d35506a0b9811
pkgname = antidot-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7daa62e2058..d586d39b7cee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/doron-cohen/antidot"
license=("MIT")
arch=("x86_64")
-pkgver=0.6.0
+pkgver=0.6.1
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=('e7f4fb4b236678479d25cd95ad37448fe9e65e3e67590c14f951227cb98c8b87')
+sha256sums=('a59ef94837e338a5280dcec7a0b6aa6b662c77f58c23af7c363d35506a0b9811')
package() {
install -Dm 0755 "$srcdir/antidot" "$pkgdir/usr/bin/antidot"