summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Tyr2018-01-24 08:44:28 +0000
committerJiri Tyr2018-01-24 08:44:28 +0000
commitd1ec87be49681880c485716e95d91acd57da35ba (patch)
tree957164a2998f5f1ea20577028c9a9599693083cb
parentf2626c8e45101f33a60a6061f61801f212999616 (diff)
downloadaur-d1ec87be49681880c485716e95d91acd57da35ba.tar.gz
Version bump to v1.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb6d5649e3e3..b842901ff8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gbt
pkgdesc = Highly configurable prompt builder for Bash and ZSH written in Go
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/jtyr/gbt
arch = x86_64
license = MIT
optdepends = nerd-fonts-complete
conflicts = gbt-git
- source = https://github.com/jtyr/gbt/releases/download/v1.1.6/gbt-1.1.6-linux-amd64.tar.gz
- sha256sums = d30b9c509b60f2f7e3eb202bb5be47b9f6e7a0036f847422733a5012981e5fae
+ source = https://github.com/jtyr/gbt/releases/download/v1.1.7/gbt-1.1.7-linux-amd64.tar.gz
+ sha256sums = 43381907ae603aa2331335d9a5cef1f5e0306a10571cfe661256ef5a18574243
pkgname = gbt
diff --git a/PKGBUILD b/PKGBUILD
index 0efda19b3f2f..4aee2d6a2548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jiri Tyr <jiri.tyr@gmail.com>
pkgname='gbt'
-pkgver='1.1.6'
+pkgver='1.1.7'
pkgrel=1
pkgdesc='Highly configurable prompt builder for Bash and ZSH written in Go'
url="https://github.com/jtyr/gbt"
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('gbt-git')
optdepends=('nerd-fonts-complete')
source=("https://github.com/jtyr/gbt/releases/download/v$pkgver/$pkgname-$pkgver-linux-amd64.tar.gz")
-sha256sums=('d30b9c509b60f2f7e3eb202bb5be47b9f6e7a0036f847422733a5012981e5fae')
+sha256sums=('43381907ae603aa2331335d9a5cef1f5e0306a10571cfe661256ef5a18574243')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" -t "$pkgdir/usr/bin"