summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2022-12-07 18:33:55 +0000
committersimonharrer2022-12-07 18:33:55 +0000
commitd6e2ab3935754323e2ea35ee8cc640939d107b63 (patch)
treeeaa926f2fc054ca9f60221a82ad15e18cc5d67c4
parentb9cc1984f61a409df64ba4bcaf97e0f4f4180b64 (diff)
downloadaur-d6e2ab3935754323e2ea35ee8cc640939d107b63.tar.gz
Update AUR package for v4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc25e546be01..e2bc097a4aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.0.0
+ pkgver = 4.1.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/v4.0.0/mob_v4.0.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 3147108e4483214537e6aab8330f5c120fa869ef06eea3c3dd858899349563c9
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.1.0/mob_v4.1.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 7db9de8afad278bf7c81b63e416909bb1c2d07b902f8e35505b7a41232e5d47c
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5381e99516ea..48bf8541ad96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.0.0
+pkgver=4.1.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/v4.0.0/mob_v4.0.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("3147108e4483214537e6aab8330f5c120fa869ef06eea3c3dd858899349563c9")
+source_x86_64=("$url/releases/download/v4.1.0/mob_v4.1.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("7db9de8afad278bf7c81b63e416909bb1c2d07b902f8e35505b7a41232e5d47c")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"