Skip to content

Commit

Permalink
feat: update package convertwithmoss to 10.6.0-1 (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid authored Sep 7, 2024
1 parent c793130 commit b7fe3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "10.5.0",
"convertwithmoss": "10.6.0",
"darkice": "1.5",
"die-plugins": "1.1",
"dxconvert": "3.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/convertwithmoss/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

_name=ConvertWithMoss
pkgname=${_name,,}
pkgver=10.5.0
pkgver=10.6.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)
license=(LGPL-3.0-only)
depends=('java-runtime>=16')
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=('338904638beaf4943c998ac8ead6e12ca07a6d575f9707ce4f83a6bee4b778cb'
sha256sums=('2d5d1fb9913150f7a4807a7594f4eb9f5bf79538958a3d88a2a50e9108ea559f'
'119c190f92a96c3556b770d504ada91fc89d522e837bf490dd3c6b4577d7ca3d')

build() {
Expand Down

0 comments on commit b7fe3db

Please sign in to comment.