fcode-utils: update to 1.0.3

This commit is contained in:
Mehdi Chinoune 2022-12-01 17:56:32 +00:00
parent e67589ffd8
commit f4c41c5871

View File

@ -1,7 +1,7 @@
# Maintainer: Martell Malone <martellmalone@gmail.com>
pkgname="fcode-utils"
pkgver=1.0.2
pkgver=1.0.3
pkgrel=1
pkgdesc="The OpenBIOS FCODE suite"
arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ url="https://www.openbios.org/"
license=('GPL2')
makedepends=('make' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz")
sha256sums=('8d9979c269a60a6e2b9dcfb50d1515d0e750e95d7d2690b36620a614b0c163bc')
sha256sums=('9a37771b0547f7b5110069f1653aacca60335daae1dba2a7a9edc99a54227a0b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}