summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumner Evans2019-02-25 09:10:25 -0700
committerSumner Evans2019-02-25 09:10:25 -0700
commitc8eddee544f9f5d2ac66cba8f60df74c4a9a0a30 (patch)
tree77cf6c49a85e6189c61673983642561a09a2b893
parentf4d9d9dbd27740375d3088dab83877ba0eb00921 (diff)
downloadaur-c8eddee544f9f5d2ac66cba8f60df74c4a9a0a30.tar.gz
1.0.0 -> 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217c25d420eb..17049df958ed 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.0.0
+ pkgver = 1.1.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.0.0.tar.gz
- sha256sums = 98eac7f488aa8f897036e2b60dff350cd1ce61a7b788abcf89341dc802d0d4dc
+ source = https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.1.0.tar.gz
+ sha256sums = c858f62e014ea5d6a9483ba97eeaf18c31c11e3e8b3b4f8e5d4182ce46eb9188
pkgname = zsh-you-should-use
diff --git a/PKGBUILD b/PKGBUILD
index 5b2d6b335cb7..db7e93ec6c71 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.0.0'
+pkgver='1.1.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.0.0.tar.gz')
+source=('https://github.com/MichaelAquilina/zsh-you-should-use/archive/1.1.0.tar.gz')
install="${pkgname}.install"
-sha256sums=('98eac7f488aa8f897036e2b60dff350cd1ce61a7b788abcf89341dc802d0d4dc')
+sha256sums=('c858f62e014ea5d6a9483ba97eeaf18c31c11e3e8b3b4f8e5d4182ce46eb9188')
package() {