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


Commits:
83a6e978 by Daniel Bermond at 2024-09-18T13:54:41-03:00
upgpkg: 0.9.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = igsc
        pkgdesc = Intel graphics system controller firmware update library
-       pkgver = 0.9.2
+       pkgver = 0.9.3
        pkgrel = 1
        url = https://github.com/intel/igsc/
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = igsc
        makedepends = systemd
        depends = intel-metee
        depends = systemd-libs
-       source = https://github.com/intel/igsc//archive/V0.9.2/igsc-0.9.2.tar.gz
-       sha256sums = 
cb7ef80359ad677782a912f26e71a926e8a6b4e1b9bb21a2de0d27781b1d31f9
+       source = https://github.com/intel/igsc//archive/V0.9.3/igsc-0.9.3.tar.gz
+       sha256sums = 
e657553ebe3dbb7196012bd9a234382f9053522c377651400268ce45b2a9e43a
 
 pkgname = igsc


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond <[email protected]>
 
 pkgname=igsc
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
@@ -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=('cb7ef80359ad677782a912f26e71a926e8a6b4e1b9bb21a2de0d27781b1d31f9')
+sha256sums=('e657553ebe3dbb7196012bd9a234382f9053522c377651400268ce45b2a9e43a')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/83a6e978c9e826372fb47fd44ff6a7d12e9b18fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to