diff options
author | Sumner Evans | 2020-01-19 22:51:34 -0700 |
---|---|---|
committer | Sumner Evans | 2020-01-19 22:51:34 -0700 |
commit | 834b9935c52ef383619c670b30627c286eaf2e23 (patch) | |
tree | 65cae9de9b91f29b0db5689c7d53a18429fe3815 | |
parent | 8fcfff24de23f6e189534837feeb3ea3cc5528e3 (diff) | |
download | aur-834b9935c52ef383619c670b30627c286eaf2e23.tar.gz |
1.6.0 -> 1.6.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = zsh-you-should-use pkgdesc = ZSH plugin that reminds you to use existing aliases for commands you just typed - pkgver = 1.6.0 + pkgver = 1.6.1 pkgrel = 1 url = https://github.com/MichaelAquilina/zsh-you-should-use install = zsh-you-should-use.install arch = any license = GPL3 - source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.0.tar.gz - sha256sums = 599090bfd27f33af6096bbb4afe1ef8c317a52043600a101644c36d7b6910b9a + source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.1.tar.gz + sha256sums = 51d38ce62f06ae0b5c73dde94a52919448ffb37bbd9c86e57532f77b09d113f1 pkgname = zsh-you-should-use @@ -3,7 +3,7 @@ pkgbase='zsh-you-should-use' pkgname=('zsh-you-should-use') _module='zsh-you-should-use' -pkgver='1.6.0' +pkgver='1.6.1' pkgrel=1 pkgdesc='ZSH plugin that reminds you to use existing aliases for commands you just typed' url='https://github.com/MichaelAquilina/zsh-you-should-use' @@ -12,9 +12,9 @@ depends=( makedepends=() arch=('any') license=('GPL3') -source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.0.tar.gz') +source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.6.1.tar.gz') install="${pkgname}.install" -sha256sums=('599090bfd27f33af6096bbb4afe1ef8c317a52043600a101644c36d7b6910b9a') +sha256sums=('51d38ce62f06ae0b5c73dde94a52919448ffb37bbd9c86e57532f77b09d113f1') package() { |