summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-04-27 14:43:35 +0000
committersimonharrer2022-04-27 14:43:35 +0000
commit3845f452d62ef5ae42c98206acfbf6531f8e4dee (patch)
tree37dc6a185aacf0c9d165fc6c569cebfba09efdf6
parentd343b0502adc0db4b946dce704e4db5324a6cd5f (diff)
downloadaur-3845f452d62ef5ae42c98206acfbf6531f8e4dee.tar.gz
Update AUR package for v3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4840c31ece..722bcccd1fbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 3.1.0
+ pkgver = 3.1.1
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.0/mob_v3.1.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 55621c2b26fd2a9dfc006aa8af0488b2fc8f0bb73293c1431089a0d59a08d1fc
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v3.1.1/mob_v3.1.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = 44e5886d03156199b2927cc9b677d33da4764155786952e10f8feaaf20534997
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca3dd3414e16..b079220cd47f 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.0
+pkgver=3.1.1
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.0/mob_v3.1.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("55621c2b26fd2a9dfc006aa8af0488b2fc8f0bb73293c1431089a0d59a08d1fc")
+source_x86_64=("$url/releases/download/v3.1.1/mob_v3.1.1_linux_amd64.tar.gz")
+sha256sums_x86_64=("44e5886d03156199b2927cc9b677d33da4764155786952e10f8feaaf20534997")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"