diff options
-rw-r--r-- | community/zsh-autosuggestions/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zsh-autosuggestions/APKBUILD b/community/zsh-autosuggestions/APKBUILD index 0654b99ac5..9663afdd3e 100644 --- a/community/zsh-autosuggestions/APKBUILD +++ b/community/zsh-autosuggestions/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=zsh-autosuggestions -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=0 pkgdesc="Fish-like autosuggestions for Zsh" url="https://github.com/zsh-users/zsh-autosuggestions" @@ -19,4 +19,4 @@ package() { cp $pkgname.zsh $pkgname.plugin.zsh "$destdir"/ } -sha512sums="67aae94211e6666d3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b zsh-autosuggestions-0.4.2.tar.gz" +sha512sums="c9be728bfd4cea67cc580548bda4c1b043e275a5a6f0c2134120e7e62e4522da2eddfff4c9414b5d6f28210d2f0b0f5bf008e7275c977c81bd61194f653c922c zsh-autosuggestions-0.4.3.tar.gz" |