summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-01-04 01:06:02 +0100
committerRobin Candau2024-01-04 01:06:02 +0100
commitf003aec95e65abcaaee5d573423448d2f9aceaf7 (patch)
treededdfcc15bbee6a5c8817cac8ec2e16d3c666ca4
parent43be559c5ccc484d5bbea41ccce9ec20024b2369 (diff)
downloadaur-gitmux-bin.tar.gz
New upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8073c4fb68d9..baf9fd89f98e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitmux-bin
pkgdesc = Git in your tmux status bar
- pkgver = 0.10.3
+ pkgver = 0.10.4
pkgrel = 1
url = https://github.com/arl/gitmux
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = gitmux-bin
depends = tmux
provides = gitmux
conflicts = gitmux
- source_x86_64 = https://github.com/arl/gitmux/releases/download/v0.10.3/gitmux_v0.10.3_linux_amd64.tar.gz
- sha256sums_x86_64 = 595f60231d9696e897273ae367157f0ca340c076bae033f5d851ce5d17e7df96
- source_i686 = https://github.com/arl/gitmux/releases/download/v0.10.3/gitmux_v0.10.3_linux_386.tar.gz
- sha256sums_i686 = 7698dc94c1b00617e8c65177bd21af7e65a429eb02f9f98543a9aba934bc6f0f
- source_aarch64 = https://github.com/arl/gitmux/releases/download/v0.10.3/gitmux_v0.10.3_linux_arm64.tar.gz
- sha256sums_aarch64 = 00c8630be3c35b3c76f06bf011c51f4e5d270fa67ad95e1914e6f7f7339bfa08
+ source_x86_64 = https://github.com/arl/gitmux/releases/download/v0.10.4/gitmux_v0.10.4_linux_amd64.tar.gz
+ sha256sums_x86_64 = 41f84147de7fdc40d104ca0fc4838559c9d9091d7bf0c88f129606dfd07ae37b
+ source_i686 = https://github.com/arl/gitmux/releases/download/v0.10.4/gitmux_v0.10.4_linux_386.tar.gz
+ sha256sums_i686 = 5e8630458b5c1f337be2b4dbb78f3ae5c2d6abcbe3c59816bdd05bb5ab8c03b5
+ source_aarch64 = https://github.com/arl/gitmux/releases/download/v0.10.4/gitmux_v0.10.4_linux_arm64.tar.gz
+ sha256sums_aarch64 = aed985dd0e7e83ee2e4e0744a5661f717fdb4d896aef5f4604c8081e46171885
pkgname = gitmux-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e4160f1514c..7ba11474a183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitmux-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.10.3
+pkgver=0.10.4
pkgrel=1
pkgdesc="Git in your tmux status bar"
arch=('x86_64' 'i686' 'aarch64')
@@ -14,9 +14,9 @@ conflicts=("${_pkgname}")
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_v${pkgver}_linux_amd64.tar.gz")
source_i686=("${url}/releases/download/v${pkgver}/${_pkgname}_v${pkgver}_linux_386.tar.gz")
source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_v${pkgver}_linux_arm64.tar.gz")
-sha256sums_x86_64=('595f60231d9696e897273ae367157f0ca340c076bae033f5d851ce5d17e7df96')
-sha256sums_i686=('7698dc94c1b00617e8c65177bd21af7e65a429eb02f9f98543a9aba934bc6f0f')
-sha256sums_aarch64=('00c8630be3c35b3c76f06bf011c51f4e5d270fa67ad95e1914e6f7f7339bfa08')
+sha256sums_x86_64=('41f84147de7fdc40d104ca0fc4838559c9d9091d7bf0c88f129606dfd07ae37b')
+sha256sums_i686=('5e8630458b5c1f337be2b4dbb78f3ae5c2d6abcbe3c59816bdd05bb5ab8c03b5')
+sha256sums_aarch64=('aed985dd0e7e83ee2e4e0744a5661f717fdb4d896aef5f4604c8081e46171885')
package() {
install -Dm 755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"