summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47436e364904..8d80af8c8ba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = antidot-bin
pkgdesc = Cleans up your $HOME from those pesky dotfiles
- pkgver = 0.6.2
+ pkgver = 0.6.3
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.2/antidot_0.6.2_Linux_x86_64.tar.gz
- sha256sums = 3027e8a1f79741c5b644cf00e52aa232864ca76a8f813337eab343bc123605ed
+ source = https://github.com/doron-cohen/antidot/releases/download/v0.6.3/antidot_0.6.3_Linux_x86_64.tar.gz
+ sha256sums = 69bf8e4de2da1fdada2be866d7ba0a0261cbc9e9e5410bd87c79791f2ce6dbdc
pkgname = antidot-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 499ed728a039..b46ef682c4ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/doron-cohen/antidot"
license=("MIT")
arch=("x86_64")
-pkgver=0.6.2
+pkgver=0.6.3
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=('3027e8a1f79741c5b644cf00e52aa232864ca76a8f813337eab343bc123605ed')
+sha256sums=('69bf8e4de2da1fdada2be866d7ba0a0261cbc9e9e5410bd87c79791f2ce6dbdc')
package() {
install -Dm 0755 "$srcdir/antidot" "$pkgdir/usr/bin/antidot"