diff options
author | Patrick Drechsler | 2021-08-19 18:58:04 +0200 |
---|---|---|
committer | Patrick Drechsler | 2021-08-19 18:58:04 +0200 |
commit | bae017d71027c9c1053572ee1d064a01f62d7c0d (patch) | |
tree | a72ec4346af97b6606e95b51905175799e1b28f3 | |
parent | bf1e5751c764d972976f5d53812047b3f4bef6ee (diff) | |
download | aur-bae017d71027c9c1053572ee1d064a01f62d7c0d.tar.gz |
release v1.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mobsh-bin pkgdesc = Fast git handover with mob - pkgver = 1.8.0 + pkgver = 1.9.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.8.0/mob_v1.8.0_linux_amd64.tar.gz - md5sums_x86_64 = 86f259a6bb5dd86a8af6ed7b6ae3f943 + source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v1.9.0/mob_v1.9.0_linux_amd64.tar.gz + md5sums_x86_64 = 8ec0ff848acf1527bc21cd15569304b1 pkgname = mobsh-bin @@ -1,7 +1,7 @@ # Maintainer: Patrick Drechsler <socialcoding at pdrechsler dot de> pkgname=mobsh-bin -pkgver=1.8.0 +pkgver=1.9.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=("86f259a6bb5dd86a8af6ed7b6ae3f943") +md5sums_x86_64=("8ec0ff848acf1527bc21cd15569304b1") package() { install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |