summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonharrer2023-05-04 07:06:37 +0000
committersimonharrer2023-05-04 07:06:37 +0000
commit62ac4512d3cfa0221a678effaeab56b36dd96dcd (patch)
tree9e92ec648e3f7e8c8f6f9b9a7bac5ccb39f1a328
parent68fceae8ae29585a794298dc5c5f16a24baf403c (diff)
downloadaur-62ac4512d3cfa0221a678effaeab56b36dd96dcd.tar.gz
Update AUR package for v4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7321fe2428..f4e16829cdd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobsh-bin
pkgdesc = Fast git handover with mob
- pkgver = 4.4.0
+ pkgver = 4.4.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/v4.4.0/mob_v4.4.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 70e53c90fa9dd3a520e2fe6db05f1f5a6b69e3ba710a42315a3a38b4e3b449c3
+ source_x86_64 = https://github.com/remotemobprogramming/mob/releases/download/v4.4.1/mob_v4.4.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = ab961733e9d74ea40cfd191c4f577aca96de7e2ed8a7622de8e3044fd3e81ee1
pkgname = mobsh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a8828bdccbe..4d5b06a6d0ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Where to file issues: https://github.com/remotemobprogramming/mob/issues
pkgname=mobsh-bin
-pkgver=4.4.0
+pkgver=4.4.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/v4.4.0/mob_v4.4.0_linux_amd64.tar.gz")
-sha256sums_x86_64=("70e53c90fa9dd3a520e2fe6db05f1f5a6b69e3ba710a42315a3a38b4e3b449c3")
+source_x86_64=("$url/releases/download/v4.4.1/mob_v4.4.1_linux_amd64.tar.gz")
+sha256sums_x86_64=("ab961733e9d74ea40cfd191c4f577aca96de7e2ed8a7622de8e3044fd3e81ee1")
package() {
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"