Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / sof-bin
Commits:
1053d1c6 by Jan Alexander Steffens (heftig) at 2024-07-18T22:01:08+02:00
2024.06-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = sof-bin
pkgdesc = Sound Open Firmware
- pkgver = 2024.03
+ pkgver = 2024.06
pkgrel = 1
url = https://www.sofproject.org/
arch = x86_64
license = BSD-3-Clause AND ISC
- source =
https://github.com/thesofproject/sof-bin/releases/download/v2024.03/sof-bin-2024.03.tar.gz
- b2sums =
23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037
+ source =
https://github.com/thesofproject/sof-bin/releases/download/v2024.06/sof-bin-2024.06.tar.gz
+ b2sums =
31189e81400981b76db585019324e7dec9f81ff488c6bbc575534d4968ea974764ecf0b585918cc1871e99ef8cff45f77c8c7509bb954360693f3a283b391d6a
pkgname = sof-firmware
options = !strip
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,5 @@
[sof-bin]
-source = "git"
-git = "https://github.com/thesofproject/sof-bin.git"
+source = "github"
+github = "thesofproject/sof-bin"
+use_max_tag = true
prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@ pkgname=(
sof-firmware
sof-tools
)
-pkgver=2024.03
+pkgver=2024.06
pkgrel=1
pkgdesc="Sound Open Firmware"
url="https://www.sofproject.org/"
arch=(x86_64)
license=('BSD-3-Clause AND ISC')
source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-$pkgver.tar.gz)
-b2sums=('23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037')
+b2sums=('31189e81400981b76db585019324e7dec9f81ff488c6bbc575534d4968ea974764ecf0b585918cc1871e99ef8cff45f77c8c7509bb954360693f3a283b391d6a')
prepare() {
cd sof-bin-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/commit/1053d1c63bc8752c81daa34b9a3896a6cbdf9669
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/commit/1053d1c63bc8752c81daa34b9a3896a6cbdf9669
You're receiving this email because of your account on gitlab.archlinux.org.