summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Drechsler2021-09-06 16:15:44 +0200
committerPatrick Drechsler2021-09-06 16:15:44 +0200
commit6d06a6d7df930d8fe8ece5afa559ec2ee4e0a781 (patch)
treeb4cc5853cae6b4289d701f542f4d8a398ff6996a
parent56c9399f4cdfa903d2b6909c6f2487c01bbd2197 (diff)
downloadaur-6d06a6d7df930d8fe8ece5afa559ec2ee4e0a781.tar.gz
release v1.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e8fabbe4448..a804b1964b53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/remotemobprogramming/mob
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mobsh-bin
provides = mobsh
conflicts = mobsh
conflicts = mob
- source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.11.0/mob_v1.11.0_linux_amd64.tar.gz
- md5sums_x86_64 = 458170fc198bcfd76b21def201df54c0
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.11.1/mob_v1.11.1_linux_amd64.tar.gz
+ md5sums_x86_64 = 062f581e23165a50914a6407dbcd31dd
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index fdeee87cba99..937735c99901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Drechsler <socialcoding at pdrechsler dot de>
pkgname=mobsh-bin
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="Fast git handover with mob"
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('mobsh')
conflicts=('mobsh' 'mob')
source_x86_64=("$url/releases/download/v${pkgver}/mob_v${pkgver}_linux_amd64.tar.gz")
-md5sums_x86_64=("458170fc198bcfd76b21def201df54c0")
+md5sums_x86_64=("062f581e23165a50914a6407dbcd31dd")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"