Updated: 1.3.0

This commit is contained in:
Rafael Baboni Dominiquini 2026-01-15 16:20:24 -03:00
parent 649a8a9938
commit b02c9ea1f4
2 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mp3rgain-bin
pkgdesc = Lossless MP3 volume adjustment - A modern 'mp3gain' replacement
pkgver = 1.2.0
pkgver = 1.3.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.2.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.2.0/LICENSE
source = README-1.2.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.2.0/README.md
sha256sums = 45f62ea4b8704c36e13c62bdafb15076fc8bf618b9722496534193700a7f61bc
sha256sums = 32140b2ccd02832a34063bf9c80e1954056a590cb222089af4ed1e580dd62980
source_x86_64 = mp3rgain-x86_64-1.2.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.2.0/mp3rgain-v1.2.0-linux-x86_64.tar.gz
sha256sums_x86_64 = 93a98b2c62394fef65049003b4b681f662ee7cd187230610dd0509aeceb1cbfc
source = LICENSE-1.3.0::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.3.0/LICENSE
source = README-1.3.0.md::https://raw.githubusercontent.com/M-Igashi/mp3rgain/v1.3.0/README.md
sha256sums = 8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135
sha256sums = e0ab471109964297504a093afe55140ae64cf1ee205babb75421426847a72839
source_x86_64 = mp3rgain-x86_64-1.3.0.tgz::https://github.com/M-Igashi/mp3rgain/releases/download/v1.3.0/mp3rgain-v1.3.0-linux-x86_64.tar.gz
sha256sums_x86_64 = a29c198782f28517b0b2779023e0d002fa0a5a762e988bda178fb1591d752d0f
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.2.0
pkgver=1.3.0
pkgrel=1
_pkgvername=v${pkgver}
@ -23,9 +23,9 @@ depends=('glibc' 'gcc-libs')
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'
'32140b2ccd02832a34063bf9c80e1954056a590cb222089af4ed1e580dd62980')
sha256sums_x86_64=('93a98b2c62394fef65049003b4b681f662ee7cd187230610dd0509aeceb1cbfc')
sha256sums=('8e557208f0bd83f91b38dcc81ccf914c4c84060ab6dbc5072dbf369791ffc135'
'e0ab471109964297504a093afe55140ae64cf1ee205babb75421426847a72839')
sha256sums_x86_64=('a29c198782f28517b0b2779023e0d002fa0a5a762e988bda178fb1591d752d0f')
package() {