summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorseth2023-08-07 14:30:56 -0400
committerseth2023-08-07 14:30:56 -0400
commita88e63508953c501437143e3d685ffd6835aaa97 (patch)
tree5e314b9b18791f9316fae424f3dcd16572b9c13e /PKGBUILD
parent84cb8b112d84965b536a9fa98ee599c1cc8fcdfc (diff)
downloadaur-a88e63508953c501437143e3d685ffd6835aaa97.tar.gz
update to 1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4db2a584a68..51becab3ce70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsh-antidote
_pkgname=antidote
-pkgver=1.9.0
+pkgver=1.9.1
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=('10efff67c6f243cfff965ba98dbedef350434a8cd0e5b8b4c4ee22da8ac6ef30')
+sha256sums=('aff041906ce6ca59560f4e69eb135f992fb46f6058f29a97890d05f429539e6a')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"