summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2024-07-02 13:19:13 +0000
committerChristopher Arndt2024-07-02 13:19:13 +0000
commite55e4db7e5311dd4a25875c3ac791f8301b58063 (patch)
tree434ddf5ec4755002ef9132057c7c336a76e3d116 /PKGBUILD
parent5a4d0e42bda4fba44ab436a378bfce9762e1d041 (diff)
downloadaur-e55e4db7e5311dd4a25875c3ac791f8301b58063.tar.gz
feat: update package 'convertwithmoss' to 10.2.0-1 (#443)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eabb280e31fa..78db77a9cd1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=ConvertWithMoss
pkgname=${_name,,}
-pkgver=10.1.0
+pkgver=10.2.0
pkgrel=1
pkgdesc='A tool for converting multi-samples from one format to another'
url='https://mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html'
@@ -14,7 +14,7 @@ depends=('java-runtime>=16')
makedepends=(maven)
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/$pkgver.tar.gz"
convertwithmoss.sh)
-sha256sums=('0a8f45b07e38510b261089a05fad0a70571c33db7c40e8b9910b7e631e160898'
+sha256sums=('5a6a1b95f6ce6cd9fee55a34c7c70137cb00aa68ccbabdba1c3333c077cb80cc'
'119c190f92a96c3556b770d504ada91fc89d522e837bf490dd3c6b4577d7ca3d')
build() {