summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Drechsler2021-07-28 16:29:40 +0200
committerPatrick Drechsler2021-07-28 16:29:40 +0200
commitbf1e5751c764d972976f5d53812047b3f4bef6ee (patch)
tree230568f3af7ee55a115412ffafcc12b3e6dfa4e7
parentb811514f88c22896bc3ac6bf0a85aae666c80a65 (diff)
downloadaur-bf1e5751c764d972976f5d53812047b3f4bef6ee.tar.gz
release v1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a670f84853..d2951793b2ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 1.7.0
+ pkgver = 1.8.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.7.0/mob_v1.7.0_linux_amd64.tar.gz
- md5sums_x86_64 = dabc9ba7aebbc11057fcbfb6deace3d2
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.8.0/mob_v1.8.0_linux_amd64.tar.gz
+ md5sums_x86_64 = 86f259a6bb5dd86a8af6ed7b6ae3f943
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 020662eb51bb..01c6978f1f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Drechsler <socialcoding at pdrechsler dot de>
pkgname=mobsh-bin
-pkgver=1.7.0
+pkgver=1.8.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=("dabc9ba7aebbc11057fcbfb6deace3d2")
+md5sums_x86_64=("86f259a6bb5dd86a8af6ed7b6ae3f943")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"