summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-09-15 13:26:06 +0000
committersimonharrer2022-09-15 13:26:06 +0000
commitc48dc5d58e6d7c4eef3b4168fc7de662266e6eb2 (patch)
tree497a9782cac0d3f132525783edeb8538aa86fc73
parentd9f3304e0e005cfedf9e7d77cf69a85f3d00547b (diff)
downloadaur-c48dc5d58e6d7c4eef3b4168fc7de662266e6eb2.tar.gz
Update AUR package for v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d0855987c63..19906f35715a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 3.1.5
+ pkgver = 3.2.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/v3.1.5/mob_v3.1.5_linux_amd64.tar.gz
- sha256sums_x86_64 = bc96caeedd195612cfa37d1fe40fcd78c12db2834bd463f48265e01a1b0ee60c
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v3.2.0/mob_v3.2.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 104e05144dcc77fcafa9b99f0f7969218e3ee5fb329a922eab2e7045b454109a
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 945018e76f63..b02e6e55f2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=3.1.5
+pkgver=3.2.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/v3.1.5/mob_v3.1.5_linux_amd64.tar.gz")
-sha256sums_x86_64=("bc96caeedd195612cfa37d1fe40fcd78c12db2834bd463f48265e01a1b0ee60c")
+source_x86_64=("$url/releases/download/v3.2.0/mob_v3.2.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("104e05144dcc77fcafa9b99f0f7969218e3ee5fb329a922eab2e7045b454109a")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"