summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-07-10 20:26:36 +0200
committerneodarz <neodarz@neodarz.net>2018-07-10 20:29:40 +0200
commitc629a07068fe8b13ef2404df6bd30e338d182445 (patch)
tree99a5c08f67fb341370fff0defc624453916c1597
parentbc392c2a9b1151b5c9c1fd104882fa4e3b7cb43d (diff)
downloadgrv-c629a07068fe8b13ef2404df6bd30e338d182445.tar.xz
grv-c629a07068fe8b13ef2404df6bd30e338d182445.zip
Update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a9b0f..75a09b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grv
pkgdesc = terminal interface for viewing git repositories
- pkgver = 0.1.3
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/rgburke/grv
arch = i686
@@ -11,8 +11,8 @@ pkgbase = grv
depends = curl
provides = grv
conflicts = grv
- source = https://github.com/rgburke/grv/releases/download/v0.1.3/grv-0.1.3-src.tar.gz
- sha512sums = 5b579a8ddbe3e261301e22b7f1e9384ed2dbb2fa1c3355619da00bde2e81520822bf796828b5c56711074b9579aacd1178d661df787ef9636404c8fbada1f5aa
+ source = https://github.com/rgburke/grv/releases/download/v0.2.0/grv-0.2.0-src.tar.gz
+ sha512sums = dd363bf2ed776716d55db8b2745f84f611ad6ecc007ba995b5bbaef277b153021e400f61041f3e8706e9613438188e3200b351fab1da217633f61ec6521ec204
pkgname = grv
diff --git a/PKGBUILD b/PKGBUILD
index 212bc12..ab0c98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: neodarz <neodarz@neodarz.net>
pkgname=grv
-pkgver=0.1.3
+pkgver=0.2.0
pkgrel=1
pkgdesc="terminal interface for viewing git repositories"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=("$pkgname")
conflicts=("$pkgname")
source=("https://github.com/rgburke/grv/releases/download/v$pkgver/grv-$pkgver-src.tar.gz")
noextract=()
-sha512sums=('5b579a8ddbe3e261301e22b7f1e9384ed2dbb2fa1c3355619da00bde2e81520822bf796828b5c56711074b9579aacd1178d661df787ef9636404c8fbada1f5aa')
+sha512sums=('dd363bf2ed776716d55db8b2745f84f611ad6ecc007ba995b5bbaef277b153021e400f61041f3e8706e9613438188e3200b351fab1da217633f61ec6521ec204')
build() {
export GOPATH="$srcdir"