summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Drechsler2021-09-11 15:12:47 +0200
committerPatrick Drechsler2021-09-11 15:12:47 +0200
commit52e2efe20f41afdec39f43a20838a92a115b26eb (patch)
tree21a4535dfec9010a68e01a4c121e992ed9d6a25f
parent6d06a6d7df930d8fe8ece5afa559ec2ee4e0a781 (diff)
downloadaur-52e2efe20f41afdec39f43a20838a92a115b26eb.tar.gz
release v1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a804b1964b53..f6cc01c50d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 1.11.1
+ pkgver = 1.12.0
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.1/mob_v1.11.1_linux_amd64.tar.gz
- md5sums_x86_64 = 062f581e23165a50914a6407dbcd31dd
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.12.0/mob_v1.12.0_linux_amd64.tar.gz
+ md5sums_x86_64 = 02559470bf5c57905b1ba312d78dd0f4
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 937735c99901..8a2aaef63841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Drechsler <socialcoding at pdrechsler dot de>
pkgname=mobsh-bin
-pkgver=1.11.1
+pkgver=1.12.0
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=("062f581e23165a50914a6407dbcd31dd")
+md5sums_x86_64=("02559470bf5c57905b1ba312d78dd0f4")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"