diff options
author | seth | 2023-08-07 14:30:56 -0400 |
---|---|---|
committer | seth | 2023-08-07 14:30:56 -0400 |
commit | a88e63508953c501437143e3d685ffd6835aaa97 (patch) | |
tree | 5e314b9b18791f9316fae424f3dcd16572b9c13e | |
parent | 84cb8b112d84965b536a9fa98ee599c1cc8fcdfc (diff) | |
download | aur-a88e63508953c501437143e3d685ffd6835aaa97.tar.gz |
update to 1.9.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = zsh-antidote pkgdesc = the cure to slow zsh plugin management - pkgver = 1.9.0 + pkgver = 1.9.1 pkgrel = 1 url = https://getantidote.github.io/ install = zsh-antidote.install @@ -8,7 +8,7 @@ pkgbase = zsh-antidote license = MIT depends = zsh depends = git - source = antidote-1.9.0.tar.gz::https://github.com/mattmc3/antidote/archive/refs/tags/v1.9.0.tar.gz - sha256sums = 10efff67c6f243cfff965ba98dbedef350434a8cd0e5b8b4c4ee22da8ac6ef30 + source = antidote-1.9.1.tar.gz::https://github.com/mattmc3/antidote/archive/refs/tags/v1.9.1.tar.gz + sha256sums = aff041906ce6ca59560f4e69eb135f992fb46f6058f29a97890d05f429539e6a pkgname = zsh-antidote @@ -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}" |