summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2019-08-18 13:40:57 -0600
committerSumner Evans2019-08-18 13:40:57 -0600
commit91b228cbf62fee3bce8cb5911140a8161c36d5fc (patch)
treeb28e9ac4567540ac93ebac0b81814623addc5482
parentc8eddee544f9f5d2ac66cba8f60df74c4a9a0a30 (diff)
downloadaur-91b228cbf62fee3bce8cb5911140a8161c36d5fc.tar.gz
Update to v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17049df958ed..e9b956948093 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.1.0
+ pkgver = 1.4.0
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.1.0.tar.gz
- sha256sums = c858f62e014ea5d6a9483ba97eeaf18c31c11e3e8b3b4f8e5d4182ce46eb9188
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.4.0.tar.gz
+ sha256sums = 21043951ac9c251f64cefb2c531c549025e4bd2bfe4dc367e1cfcd2e5f18506c
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index db7e93ec6c71..06f72811d1f7 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.1.0'
+pkgver='1.4.0'
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.1.0.tar.gz')
+source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.4.0.tar.gz')
install="${pkgname}.install"
-sha256sums=('c858f62e014ea5d6a9483ba97eeaf18c31c11e3e8b3b4f8e5d4182ce46eb9188')
+sha256sums=('21043951ac9c251f64cefb2c531c549025e4bd2bfe4dc367e1cfcd2e5f18506c')
package() {