Updated: 1.6.0

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-11 22:04:27 -03:00
parent b06d6f51c9
commit 2bae49192f
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mp3rgain-bin
pkgdesc = Lossless MP3 volume adjustment - A modern 'mp3gain' replacement
pkgver = 1.5.0
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/M-Igashi/mp3rgain
arch = x86_64
@ -9,11 +9,11 @@ pkgbase = mp3rgain-bin
depends = gcc-libs
provides = mp3rgain
conflicts = mp3rgain
source = LICENSE-1.5.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.5.0/LICENSE
source = README-1.5.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.5.0/README.md
source = LICENSE-1.6.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.6.0/LICENSE
source = README-1.6.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.6.0/README.md
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
sha256sums = 8e3edca71fafbfaf256cef40490e4778cfd84f98d8598b9bf3bc24f1824cdbef
source_x86_64 = mp3rgain-x86_64-1.5.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.5.0/mp3rgain-v1.5.0-linux-x86_64.tar.gz
sha256sums_x86_64 = 669021a7bc62f80feafbbcd892003f4334e22f0989c5b82d735d3ccb66465619
sha256sums = af62ff8f610b70b0fce8f321a367404c7b58b9077e0eb13b152edb1f0b3a39f3
source_x86_64 = mp3rgain-x86_64-1.6.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.6.0/mp3rgain-v1.6.0-linux-x86_64.tar.gz
sha256sums_x86_64 = a30d29d0bff81b397d832b0aea78683690376add13ed492d2311d45c4c9d9c6b
pkgname = mp3rgain-bin

View file

@ -5,7 +5,7 @@ _pkgname=mp3rgain
pkgname=${_pkgname}-bin
pkgdesc="Lossless MP3 volume adjustment - A modern 'mp3gain' replacement"
pkgver=1.5.0
pkgver=1.6.0
pkgrel=1
_pkgvername=v${pkgver}
@ -24,8 +24,8 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
"README-${pkgver}.md::${_urlraw}/README.md")
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_pkgvername}-linux-${arch[0]}.tar.gz")
sha256sums=('8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135'
'8e3edca71fafbfaf256cef40490e4778cfd84f98d8598b9bf3bc24f1824cdbef')
sha256sums_x86_64=('669021a7bc62f80feafbbcd892003f4334e22f0989c5b82d735d3ccb66465619')
'af62ff8f610b70b0fce8f321a367404c7b58b9077e0eb13b152edb1f0b3a39f3')
sha256sums_x86_64=('a30d29d0bff81b397d832b0aea78683690376add13ed492d2311d45c4c9d9c6b')
package() {