Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-firmware: update to 20200918.
@ 2020-10-17  9:52 ailiop-git
  2020-10-17 11:19 ` [PR PATCH] [Updated] " ailiop-git
  2020-10-17 13:45 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: ailiop-git @ 2020-10-17  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages linux-firmware
https://github.com/void-linux/void-packages/pull/25678

linux-firmware: update to 20200918.


A patch file from https://github.com/void-linux/void-packages/pull/25678.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-firmware-25678.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]

From 1763ef0483d5f3d65d1a465ad6cb7b4c9aa31f4d Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 17 Oct 2020 11:40:17 +0200
Subject: [PATCH] linux-firmware: update to 20200918.

---
 srcpkgs/linux-firmware/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 9ee05164394..168f689af3a 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,6 +1,6 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20200519
+version=20200918
 revision=1
 archs=noarch
 depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=b33b727f0ae299c65cb7ddf1cc3ab3ebe50085bd50694fd3af7fd7f07303476c
+checksum=3cbb7f363dc63686b1c6e325ed679f6faa4715f17fa06be11b705456e1d5dcb9
 python_version=3
 
 do_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] linux-firmware: update to 20200918.
  2020-10-17  9:52 [PR PATCH] linux-firmware: update to 20200918 ailiop-git
@ 2020-10-17 11:19 ` ailiop-git
  2020-10-17 13:45 ` [PR PATCH] [Closed]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: ailiop-git @ 2020-10-17 11:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages linux-firmware
https://github.com/void-linux/void-packages/pull/25678

linux-firmware: update to 20200918.


A patch file from https://github.com/void-linux/void-packages/pull/25678.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-firmware-25678.patch --]
[-- Type: text/x-diff, Size: 2154 bytes --]

From 19dc3fd8fc9b9d1d535709b5d4c29374e6453b80 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 17 Oct 2020 13:18:52 +0200
Subject: [PATCH] linux-firmware: update to 20200918.

---
 srcpkgs/linux-firmware/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 9ee05164394..aa878ab07ce 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,15 +1,14 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
-version=20200519
+version=20200918
 revision=1
-archs=noarch
 depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="See /usr/share/licenses/${pkgname}"
 homepage="https://www.kernel.org/"
 distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=b33b727f0ae299c65cb7ddf1cc3ab3ebe50085bd50694fd3af7fd7f07303476c
+checksum=3cbb7f363dc63686b1c6e325ed679f6faa4715f17fa06be11b705456e1d5dcb9
 python_version=3
 
 do_install() {
@@ -23,7 +22,6 @@ do_install() {
 
 linux-firmware-amd_package() {
 	short_desc+=" - AMD CPU/GPU microcode"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/firmware/amd*
 		vmove usr/lib/firmware/radeon
@@ -35,7 +33,6 @@ linux-firmware-amd_package() {
 
 linux-firmware-intel_package() {
 	short_desc+=" - Intel CPU/GPU microcode"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/firmware/i915
 		vmove usr/share/licenses/linux-firmware/LICENSE.i915
@@ -44,7 +41,6 @@ linux-firmware-intel_package() {
 
 linux-firmware-nvidia_package() {
 	short_desc+=" NVIDIA GPU microcode"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/firmware/nvidia
 		vmove usr/share/licenses/linux-firmware/LICENCE.nvidia*
@@ -53,7 +49,6 @@ linux-firmware-nvidia_package() {
 
 linux-firmware-network_package() {
 	short_desc+=" - network"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/firmware/3com
 		vmove usr/lib/firmware/RTL8192E

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: linux-firmware: update to 20200918.
  2020-10-17  9:52 [PR PATCH] linux-firmware: update to 20200918 ailiop-git
  2020-10-17 11:19 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-10-17 13:45 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-10-17 13:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

There's a closed pull request on the void-packages repository

linux-firmware: update to 20200918.
https://github.com/void-linux/void-packages/pull/25678

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-17 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17  9:52 [PR PATCH] linux-firmware: update to 20200918 ailiop-git
2020-10-17 11:19 ` [PR PATCH] [Updated] " ailiop-git
2020-10-17 13:45 ` [PR PATCH] [Closed]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).