diff options
author | Mario Finelli | 2025-03-18 23:18:13 +0100 |
---|---|---|
committer | Mario Finelli | 2025-03-18 23:18:13 +0100 |
commit | b79d25402b7d6de6ca9a4181499dd5eff1193c04 (patch) | |
tree | 043ee9770e6c40fb46def8f702d8fb11904d761a | |
parent | 24c61c4aaa4ac6e73ac6097fd393336380d891b3 (diff) | |
download | aur-foobar2000.tar.gz |
upgpkg: foobar2000 2.24.3-1
upstream release
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = foobar2000 pkgdesc = An advanced freeware audio player (uses Wine) - pkgver = 2.24.2 + pkgver = 2.24.3 pkgrel = 1 url = https://www.foobar2000.org install = foobar2000.install @@ -19,9 +19,9 @@ pkgbase = foobar2000 sha256sums = e9d1f7a8dc182f780d0fb15818c2837ebe0b70abcbef1c849a4185da7c09be7c sha256sums = 2031e952d1d1d6cb4c2ff2b879421149f3f0780ca5d3ac03bc9c23fcbbd053d6 sha256sums = 2b6134997e55ce5ef5014dc266cda71b763949ad683d321246a5143333dd1fa0 - source_i686 = foobar2000_v2.24.2.exe::https://www.foobar2000.org/files/foobar2000_v2.24.2.exe - sha256sums_i686 = 35c5465221c77d469dde411c6a5bc1b52509960b554fbf6ba76824a6d5554bd9 - source_x86_64 = foobar2000-x64_v2.24.2.exe::https://www.foobar2000.org/files/foobar2000-x64_v2.24.2.exe - sha256sums_x86_64 = 2c3cbf745bbd120d5f201d9ed91e9876880e26e2924770e76234855d1c8b2782 + source_i686 = foobar2000_v2.24.3.exe::https://www.foobar2000.org/files/foobar2000_v2.24.3.exe + sha256sums_i686 = 2d6b35de509cdc0125b8b515d8108feb7885751f13a43a01bdaa250bed516f9b + source_x86_64 = foobar2000-x64_v2.24.3.exe::https://www.foobar2000.org/files/foobar2000-x64_v2.24.3.exe + sha256sums_x86_64 = 2159301ca75b221fb9b9532871db106cb4b245a158e28f5c58368840b6876ef4 pkgname = foobar2000 @@ -1,7 +1,7 @@ # Maintainer: Mario Finelli <mario at finel dot li> pkgname=foobar2000 -pkgver=2.24.2 +pkgver=2.24.3 pkgrel=1 pkgdesc="An advanced freeware audio player (uses Wine)" arch=(i686 x86_64) @@ -20,8 +20,8 @@ sha256sums=('134cf36d7631628bfa4a3830704aa6a9efb6e265660b31d5b487df97aaa32721' 'e9d1f7a8dc182f780d0fb15818c2837ebe0b70abcbef1c849a4185da7c09be7c' '2031e952d1d1d6cb4c2ff2b879421149f3f0780ca5d3ac03bc9c23fcbbd053d6' '2b6134997e55ce5ef5014dc266cda71b763949ad683d321246a5143333dd1fa0') -sha256sums_i686=('35c5465221c77d469dde411c6a5bc1b52509960b554fbf6ba76824a6d5554bd9') -sha256sums_x86_64=('2c3cbf745bbd120d5f201d9ed91e9876880e26e2924770e76234855d1c8b2782') +sha256sums_i686=('2d6b35de509cdc0125b8b515d8108feb7885751f13a43a01bdaa250bed516f9b') +sha256sums_x86_64=('2159301ca75b221fb9b9532871db106cb4b245a158e28f5c58368840b6876ef4') package() { if [[ "$CARCH" == "x86_64" ]]; then |