summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2019-10-03 09:28:47 +0200
committerLukas Grossar2019-10-03 09:28:47 +0200
commit90fdf9bc2f07b2bda97ce837d3f0c3271b89452b (patch)
treed300a3ff603cbe399823c021c0e82067ef320a00
parent5f0527ce2a4edfcfe8813c80cf91460ebb30ef71 (diff)
downloadaur-90fdf9bc2f07b2bda97ce837d3f0c3271b89452b.tar.gz
update to v2.12.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c5bd9c8950..da8e9586380b 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.12.7
+ pkgver = 2.12.8
pkgrel = 1
url = https://hub.github.com
arch = x86_64
license = MIT
depends = git
- source = https://github.com/github/hub/releases/download/v2.12.7/hub-linux-amd64-2.12.7.tgz
- sha256sums = 5ba5ea455659f02c162553bc8b01fb8a6ccca3c21f8a80b054cce02ed28a36a2
+ source = https://github.com/github/hub/releases/download/v2.12.8/hub-linux-amd64-2.12.8.tgz
+ sha256sums = 7093adfd1218ed031e3ebc9a0dde241e0bb6e11b8218a815280cf42ddbdc19e0
pkgname = hub-bin
diff --git a/PKGBUILD b/PKGBUILD
index 737e12c6347f..cdd431ed2aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=hub-bin
-pkgver=2.12.7
+pkgver=2.12.8
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=('5ba5ea455659f02c162553bc8b01fb8a6ccca3c21f8a80b054cce02ed28a36a2')
+sha256sums=('7093adfd1218ed031e3ebc9a0dde241e0bb6e11b8218a815280cf42ddbdc19e0')
package() {
prefix="${pkgdir}/usr" "${srcdir}/hub-linux-amd64-${pkgver}/install"