summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorseth2023-02-14 21:52:03 -0500
committerseth2023-02-14 21:52:03 -0500
commit671d247985fa993ee8ea61858f17218684941238 (patch)
treeaa16097c05f040a2ca88a93bddf5a2c8ba507096 /PKGBUILD
parent28eb7ecf2c892cbf624d39aa6868356d221517b5 (diff)
downloadaur-671d247985fa993ee8ea61858f17218684941238.tar.gz
update to 1.7.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f05e7c75a38..04da41b0fb2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsh-antidote
_pkgname=antidote
-pkgver=1.7.4
+pkgver=1.7.5
pkgrel=1
pkgdesc="the cure to slow zsh plugin management"
arch=(any)
@@ -13,7 +13,7 @@ install=zsh-antidote.install
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/mattmc3/$_pkgname/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('62a2a8a75e6740ef21e7374802ba88bc812f9bc8f76645b38a5f68d7399437e0')
+sha256sums=('09683b639bb91ddf9872630a0551e81d7ea66cb4c7b1c9cf7038ae71659cb037')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"