Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / igsc


Commits:
b9a54d58 by Daniel Bermond at 2024-04-28T11:18:14-03:00
upgpkg: 0.8.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = igsc
        pkgdesc = Intel graphics system controller firmware update library
-       pkgver = 0.8.13
-       pkgrel = 2
+       pkgver = 0.8.16
+       pkgrel = 1
        url = https://github.com/intel/igsc/
        arch = x86_64
        license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = igsc
        makedepends = systemd
        depends = intel-metee
        depends = systemd-libs
-       source = 
https://github.com/intel/igsc//archive/V0.8.13/igsc-0.8.13.tar.gz
-       sha256sums = 
c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4
+       source = 
https://github.com/intel/igsc//archive/V0.8.16/igsc-0.8.16.tar.gz
+       sha256sums = 
03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550
 
 pkgname = igsc


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Bermond <dberm...@archlinux.org>
 
 pkgname=igsc
-pkgver=0.8.13
-pkgrel=2
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
 url="https://github.com/intel/igsc/";
@@ -11,7 +11,7 @@ license=(Apache-2.0)
 depends=(intel-metee systemd-libs)
 makedepends=(cmake systemd)
 source=(${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4')
+sha256sums=('03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/b9a54d581a0031446f9496a6c8b89c8abf66b856

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/b9a54d581a0031446f9496a6c8b89c8abf66b856
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to