summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2020-01-19 22:51:34 -0700
committerSumner Evans2020-01-19 22:51:34 -0700
commit834b9935c52ef383619c670b30627c286eaf2e23 (patch)
tree65cae9de9b91f29b0db5689c7d53a18429fe3815
parent8fcfff24de23f6e189534837feeb3ea3cc5528e3 (diff)
downloadaur-834b9935c52ef383619c670b30627c286eaf2e23.tar.gz
1.6.0 -> 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4553a60b1221..f093a4913c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 541fb4bfcabb..1a138d5e4965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {