summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorseth2023-09-22 19:12:40 -0400
committerseth2023-09-22 19:12:40 -0400
commit584e8f6b8f327c2aeb6388163ef3ad3be913f9e9 (patch)
treecf4eb5f00c6fc02b166399d796dead59657aeaf3 /PKGBUILD
parenta88e63508953c501437143e3d685ffd6835aaa97 (diff)
downloadaur-584e8f6b8f327c2aeb6388163ef3ad3be913f9e9.tar.gz
update to 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51becab3ce70..d0e7d8d5c99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsh-antidote
_pkgname=antidote
-pkgver=1.9.1
+pkgver=1.9.2
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=('aff041906ce6ca59560f4e69eb135f992fb46f6058f29a97890d05f429539e6a')
+sha256sums=('f6e523fae4b0b177d74dfd7a46fc1589ea1f53e33cc45746a199c5d75a9cfa7c')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"