summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-02-11 13:55:17 +0000
committersimonharrer2022-02-11 13:55:17 +0000
commit904b602e6d3f552a4bef240fe0233fd6604cd511 (patch)
tree1293eee6f0008055daff0bc84b30a4cf5249a7e2
parent7c25f19ba8a61a3a1db1a901d4b75e892bd402cb (diff)
downloadaur-904b602e6d3f552a4bef240fe0233fd6604cd511.tar.gz
Update AUR package for v2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddf0b1384322..2d7fa833521b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 2.3.0
+ pkgver = 2.4.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/v2.3.0/mob_v2.3.0_linux_amd64.tar.gz
- sha256sums_x86_64 = beaf44d6fa0f71ca1a8a35d67cabdc198b1d5ff40f94c2fc0aca349348ae9c0d
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v2.4.0/mob_v2.4.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 3e72aaf2fc5e04ad3fc0b26132096a8ec468ed78aab67fb0e406736ea6e694eb
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index cedaca9ef863..85184ad9240a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="Fast git handover with mob"
arch=('x86_64')
@@ -13,8 +13,8 @@ optdepends=('espeak-ng-espeak: Multi-lingual software speech synthesizer'
provides=('mobsh')
conflicts=('mobsh' 'mob')
-source_x86_64=("$url/releases/download/v2.3.0/mob_v2.3.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("beaf44d6fa0f71ca1a8a35d67cabdc198b1d5ff40f94c2fc0aca349348ae9c0d")
+source_x86_64=("$url/releases/download/v2.4.0/mob_v2.4.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("3e72aaf2fc5e04ad3fc0b26132096a8ec468ed78aab67fb0e406736ea6e694eb")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"