summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2024-04-21 11:39:07 +0000
committerChristopher Arndt2024-04-21 11:39:07 +0000
commit8debc8b9507ffc45415145b9ffbd4785b2d6f924 (patch)
tree7dcfee6b9161eb4fa52a608c0573089f91e53cec
parent6a189eed7eb9819f948b1bb3551af37f8c8752de (diff)
downloadaur-8debc8b9507ffc45415145b9ffbd4785b2d6f924.tar.gz
feat: update package 'convertwithmoss' to 8.5.0-1 (#409)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6147343965fa..4b462570fc25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = convertwithmoss
pkgdesc = A tool for converting multi-samples from one format to another
- pkgver = 8.0.0
- pkgrel = 2
+ pkgver = 8.5.0
+ pkgrel = 1
url = https://mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html
arch = aarch64
arch = x86_64
license = LGPL-3.0-only
makedepends = maven
depends = java-runtime>=16
- source = convertwithmoss-8.0.0.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/8.0.0.tar.gz
- sha256sums = 45b12cc8281feb50837d32b4c22bdf22e99b91a8d07dd666e761ea31e7db4f7e
+ source = convertwithmoss-8.5.0.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/8.5.0.tar.gz
+ sha256sums = 74110bf39177a90c2cc5c831ddcb517cc1331b69cf344cd6717a2c0047b12fa0
pkgname = convertwithmoss
diff --git a/PKGBUILD b/PKGBUILD
index 28c8436d67e0..3deed3fe5be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_name=ConvertWithMoss
pkgname=${_name,,}
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
pkgdesc='A tool for converting multi-samples from one format to another'
url='https://mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html'
arch=(aarch64 x86_64)
@@ -13,7 +13,7 @@ license=(LGPL-3.0-only)
depends=('java-runtime>=16')
makedepends=(maven)
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('45b12cc8281feb50837d32b4c22bdf22e99b91a8d07dd666e761ea31e7db4f7e')
+sha256sums=('74110bf39177a90c2cc5c831ddcb517cc1331b69cf344cd6717a2c0047b12fa0')
build() {
cd $_name-$pkgver