summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-03-15 11:19:50 +0000
committersimonharrer2023-03-15 11:19:50 +0000
commit68fceae8ae29585a794298dc5c5f16a24baf403c (patch)
treeae6f2581463ddcbe369190a66b766706d6109239
parentbc6de858cc2ddf8102be5ecacbb0b99df5e886a1 (diff)
downloadaur-68fceae8ae29585a794298dc5c5f16a24baf403c.tar.gz
Update AUR package for v4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10cdff62018..ae7321fe2428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.3.1
+ pkgver = 4.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/v4.3.1/mob_v4.3.1_linux_amd64.tar.gz
- sha256sums_x86_64 = c8bd570a7f17fb2bf06900dbfa63c121308925d3c301150eb429fac3c8dad9c1
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.4.0/mob_v4.4.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 70e53c90fa9dd3a520e2fe6db05f1f5a6b69e3ba710a42315a3a38b4e3b449c3
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index b9434ab25cd0..0a8828bdccbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.3.1
+pkgver=4.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/v4.3.1/mob_v4.3.1_linux_amd64.tar.gz")
-sha256sums_x86_64=("c8bd570a7f17fb2bf06900dbfa63c121308925d3c301150eb429fac3c8dad9c1")
+source_x86_64=("$url/releases/download/v4.4.0/mob_v4.4.0_linux_amd64.tar.gz")
+sha256sums_x86_64=("70e53c90fa9dd3a520e2fe6db05f1f5a6b69e3ba710a42315a3a38b4e3b449c3")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"