summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Campello2019-03-07 10:13:01 -0300
committerMarcel Campello2019-03-07 10:13:01 -0300
commitc9b1033ac22e0f361570cd17f16a018a05d6c36f (patch)
tree7ee8a71741fb5139603ffd71916626acdce85b8a
parent6512b04db95f005a6f0f5f71f08c35a1f3735fae (diff)
downloadaur-c9b1033ac22e0f361570cd17f16a018a05d6c36f.tar.gz
Update to 2.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e90e0cc94c5..a7dd92305a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = leiningen-completions
pkgdesc = Completion scripts for leiningen
- pkgver = 2.9.0
+ pkgver = 2.9.1
pkgrel = 1
url = http://github.com/technomancy/leiningen
arch = any
license = EPL
- source = https://raw.github.com/technomancy/leiningen/2.9.0/zsh_completion.zsh
- source = https://raw.github.com/technomancy/leiningen/2.9.0/bash_completion.bash
+ source = https://raw.github.com/technomancy/leiningen/2.9.1/zsh_completion.zsh
+ source = https://raw.github.com/technomancy/leiningen/2.9.1/bash_completion.bash
sha256sums = e2913558ec78bf97dc087087a95bd5c9d9a6254496d8b70c1d982baa6d808b5e
sha256sums = 15011e79f91eac7d8b5758582aa24bcdec6ee8d1d28c80db3f9ecf6f6220a8a3
diff --git a/PKGBUILD b/PKGBUILD
index c3b07ad42344..6b6ff67c8aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcel Campello <tucho@prafrentex.com.br>
pkgname=leiningen-completions
-pkgver=2.9.0
+pkgver=2.9.1
pkgrel=1
pkgdesc="Completion scripts for leiningen"
arch=('any')