summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-01-21 18:41:56 +0100
committerLukas Grossar2020-01-21 18:41:56 +0100
commit195d6a40dbff0e060fd584cadbd7770a9e6e68cc (patch)
tree8b83bcabd9478002a7c9c0a0c696347d2e256f8e
parent3f67a224a8a71afbd8e245ba8ba82df63a4b1be7 (diff)
downloadaur-195d6a40dbff0e060fd584cadbd7770a9e6e68cc.tar.gz
update to v2.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9079987a70f4..4ea30a97c24b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hub-bin
pkgdesc = A command-line tool that makes git easier to use with GitHub
- pkgver = 2.13.0
+ pkgver = 2.14.0
pkgrel = 1
url = https://hub.github.com
arch = x86_64
license = MIT
depends = git
- source = https://github.com/github/hub/releases/download/v2.13.0/hub-linux-amd64-2.13.0.tgz
- sha256sums = e0f117d553f771938ee594ef280e1b2edf3feebab7c7cb55eab0240a76928652
+ source = https://github.com/github/hub/releases/download/v2.14.0/hub-linux-amd64-2.14.0.tgz
+ sha256sums = 48b7a3da8c54c1373848074c59a2233c4874f68ed362fc8d3d251423d02496fe
pkgname = hub-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d1fa7253cc9..ddf60f8e0bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=hub-bin
-pkgver=2.13.0
+pkgver=2.14.0
pkgrel=1
pkgdesc="A command-line tool that makes git easier to use with GitHub"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://hub.github.com"
depends=('git')
license=('MIT')
source=("https://github.com/github/hub/releases/download/v${pkgver}/hub-linux-amd64-${pkgver}.tgz")
-sha256sums=('e0f117d553f771938ee594ef280e1b2edf3feebab7c7cb55eab0240a76928652')
+sha256sums=('48b7a3da8c54c1373848074c59a2233c4874f68ed362fc8d3d251423d02496fe')
package() {
prefix="${pkgdir}/usr" "${srcdir}/hub-linux-amd64-${pkgver}/install"