Updated: 1.1.1

This commit is contained in:
Rafael Baboni Dominiquini 2026-01-12 23:29:04 -03:00
parent 223132548e
commit ee4b8b4ecf
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.1.0
pkgver = 1.1.1
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.1.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.1.0/LICENSE
source = README-1.1.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.1.0/README.md
source = LICENSE-1.1.1::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.1.1/LICENSE
source = README-1.1.1.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.1.1/README.md
sha256sums = 45f62ea4b8704c36e13c62bdafb15076fc8bf618b9722496534193700a7f61bc
sha256sums = 8b7384e16123e665f25073b3bb98f0f2f729a31d3ed7128188abd8566f50b892
source_x86_64 = mp3rgain-x86_64-1.1.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.1.0/mp3rgain-v1.1.0-linux-x86_64.tar.gz
sha256sums_x86_64 = e4a48e253bbc2b1550bb0db79caffd64e11d319d4fe188c542b1bcd480f9e1c8
sha256sums = 7dfc07ada98e81a2fcdbd549c197d1a5c699067528adf0041b47b5c4ea0a8659
source_x86_64 = mp3rgain-x86_64-1.1.1.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.1.1/mp3rgain-v1.1.1-linux-x86_64.tar.gz
sha256sums_x86_64 = f3d2a03f07bc53b5d2ef39c696a8233512dfdfbe230cda7bfa18205a0be2afed
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.1.0
pkgver=1.1.1
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=('45f62ea4b8704c36e13c62bdafb15076fc8bf618b9722496534193700a7f61bc'
'8b7384e16123e665f25073b3bb98f0f2f729a31d3ed7128188abd8566f50b892')
sha256sums_x86_64=('e4a48e253bbc2b1550bb0db79caffd64e11d319d4fe188c542b1bcd480f9e1c8')
'7dfc07ada98e81a2fcdbd549c197d1a5c699067528adf0041b47b5c4ea0a8659')
sha256sums_x86_64=('f3d2a03f07bc53b5d2ef39c696a8233512dfdfbe230cda7bfa18205a0be2afed')
package() {