Skip to content

Commit

Permalink
feat: update package convertwithmoss to 11.2.0-1 (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid authored Oct 27, 2024
1 parent b8bf24d commit 3639f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nvchecker/old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clap-validator": "0.3.2",
"cloudreverb": "0.2",
"collisiondrive.lv2": "0.1",
"convertwithmoss": "11.1.0",
"convertwithmoss": "11.2.0",
"darkice": "1.5",
"die-plugins": "1.1",
"dxconvert": "3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/convertwithmoss/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_name=ConvertWithMoss
pkgname=${_name,,}
pkgver=11.1.0
pkgver=11.2.0
pkgrel=1
pkgdesc='A tool for converting multi-samples from one format to another'
url='https://mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html'
Expand All @@ -14,7 +14,7 @@ depends=('java-runtime>=16' sh)
makedepends=(maven)
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-moss/ConvertWithMoss/archive/refs/tags/$pkgver.tar.gz"
convertwithmoss.sh)
sha256sums=('d7298386724ac08d6d7ee6c0ffdeae429d487625f19bf55aa5cdbf394aa7093b'
sha256sums=('805867b8bad42af85e123821da0f4010815528084ea7674d635b03d6e274a8a7'
'119c190f92a96c3556b770d504ada91fc89d522e837bf490dd3c6b4577d7ca3d')

build() {
Expand Down

0 comments on commit 3639f1a

Please sign in to comment.