summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorseth2023-02-20 23:45:44 +0000
committerseth2023-02-20 23:45:44 +0000
commitdfb81f8a43c50af22a0830f5252a5430ddd2c945 (patch)
tree23b3894a8d55439ec7fcd134fc960c2d5169c1ed /PKGBUILD
parent671d247985fa993ee8ea61858f17218684941238 (diff)
downloadaur-dfb81f8a43c50af22a0830f5252a5430ddd2c945.tar.gz
update to 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04da41b0fb2a..5035dff7f114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsh-antidote
_pkgname=antidote
-pkgver=1.7.5
+pkgver=1.8.0
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=('09683b639bb91ddf9872630a0551e81d7ea66cb4c7b1c9cf7038ae71659cb037')
+sha256sums=('57ecf7bed04eded93dbabbd6ff716d90577ea6562c5cdf440a0f2980aeb0e47e')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"