summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-01-15 15:53:17 +0000
committersimonharrer2023-01-15 15:53:17 +0000
commit2d76c467532df94befb26163b6e7e6c8aaa2e56e (patch)
tree9e001a502736b345cfb8ef27593fe078685ea6c9
parenta27803ac82b84070f3f40809bc215c43bbb49a91 (diff)
downloadaur-2d76c467532df94befb26163b6e7e6c8aaa2e56e.tar.gz
Update AUR package for v4.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6fedb186f3c..6302ef5d5eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.1.1
+ pkgver = 4.1.2
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/v4.1.1/mob_v4.1.1_linux_amd64.tar.gz
- sha256sums_x86_64 = f60a05bc19c9326f8105448f024bfec5cb04b73689edd797e4908eeb868bdeb3
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.1.2/mob_v4.1.2_linux_amd64.tar.gz
+ sha256sums_x86_64 = 249c861975d2d1a4cd06e7e6ec26f0b5e9e91a6db86195fa37e99523f9a0c83b
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81e14367f92e..0af059b244e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.1.1
+pkgver=4.1.2
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/v4.1.1/mob_v4.1.1_linux_amd64.tar.gz")
-sha256sums_x86_64=("f60a05bc19c9326f8105448f024bfec5cb04b73689edd797e4908eeb868bdeb3")
+source_x86_64=("$url/releases/download/v4.1.2/mob_v4.1.2_linux_amd64.tar.gz")
+sha256sums_x86_64=("249c861975d2d1a4cd06e7e6ec26f0b5e9e91a6db86195fa37e99523f9a0c83b")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"