Update package version to 4.0.4
This commit is contained in:
+8
-3
@@ -1,4 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Ignore this package
|
# Github repository
|
||||||
echo "ignore"
|
REPO="ncroxon/gnu-efi"
|
||||||
|
|
||||||
|
# Get tag name using Github Rest API
|
||||||
|
TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name')
|
||||||
|
|
||||||
|
echo "$TAG_NAME"
|
||||||
|
|||||||
+4
-2
@@ -1,9 +1,11 @@
|
|||||||
name: gnu-efi
|
name: gnu-efi
|
||||||
description: Develop EFI applications using the GNU toolchain and the EFI development environment
|
description: Develop EFI applications using the GNU toolchain and the EFI development environment
|
||||||
version: 3.0.18
|
version: 4.0.4
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://github.com/ncroxon/gnu-efi
|
url: https://github.com/ncroxon/gnu-efi
|
||||||
license: BSD-2-Clause
|
license: BSD-2-Clause
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
options:
|
options:
|
||||||
@@ -12,4 +14,4 @@ downloads:
|
|||||||
- url: https://github.com/ncroxon/gnu-efi/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/ncroxon/gnu-efi/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 60bbd8bec24bfef808cd871231931ad9e2f95485b1160bda2c64e52655f6655d
|
checksum: 40b61e842a4efcbf80f3e53b2f220c044e8cfe46eb4dd6396c83b751240b1c0d
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user