Skip to content

Commit 308d496

Browse files
authored
feat: update package convertwithmoss to 12.1.0-1 (#529)
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 136fe4e commit 308d496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nvchecker/old_ver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clap-validator": "0.3.2",
1010
"cloudreverb": "0.2",
1111
"collisiondrive.lv2": "0.1",
12-
"convertwithmoss": "12.0.0",
12+
"convertwithmoss": "12.1.0",
1313
"darkice": "1.5",
1414
"die-plugins": "1.1",
1515
"dxconvert": "3.2.3",

packages/convertwithmoss/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_name=ConvertWithMoss
66
pkgname=${_name,,}
7-
pkgver=12.0.0
7+
pkgver=12.1.0
88
pkgrel=1
99
pkgdesc='A tool for converting multi-samples from one format to another'
1010
url='https://mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html'
@@ -14,7 +14,7 @@ depends=('java-runtime>=16' sh)
1414
makedepends=(maven)
1515
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/$pkgver.tar.gz"
1616
convertwithmoss.sh)
17-
sha256sums=('7ee6d4bb8e13e80632eb9e93bc11d7af8e67b4a620af250078c1f9a40c7441fd'
17+
sha256sums=('9f3ea785a678bd3f6a9d798b65ffb57fb89ca66ee7f5eeb56f80f5d522e7295f'
1818
'119c190f92a96c3556b770d504ada91fc89d522e837bf490dd3c6b4577d7ca3d')
1919

2020
build() {

0 commit comments

Comments
 (0)