summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Drechsler2021-05-12 14:25:26 +0200
committerPatrick Drechsler2021-05-12 14:25:26 +0200
commit655476cc9f02e460dc4d01e6318a638cf41ceb4d (patch)
tree782339e4a702fe178775dda9f00998ff6f80f018
parentff007ab0e9b95f1716192b6d1cef409279108542 (diff)
downloadaur-655476cc9f02e460dc4d01e6318a638cf41ceb4d.tar.gz
release v1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc26aa1b6d22..864815ffd863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/remotemobprogramming/mob
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = mobsh-bin
provides = mobsh
conflicts = mobsh
conflicts = mob
- source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.5.0/mob_v1.5.0_linux_amd64.tar.gz
- md5sums_x86_64 = e815cc91bc55bfc89f1c9ce14f665c9c
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.6.0/mob_v1.6.0_linux_amd64.tar.gz
+ md5sums_x86_64 = d23d0e0c22b97f5414fac16bd9acc752
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f89d9e631e9..0c121a66ba1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Drechsler <socialcoding at pdrechsler dot de>
pkgname=mobsh-bin
-pkgver=1.5.0
+pkgver=1.6.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=("e815cc91bc55bfc89f1c9ce14f665c9c")
+md5sums_x86_64=("d23d0e0c22b97f5414fac16bd9acc752")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"