Update package version to 257.14
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
REPO="elogind/elogind"
|
REPO="elogind/elogind"
|
||||||
|
|
||||||
# Get tag name using Github Rest API
|
# 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')
|
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 | jq -r '.[].tag_name' | sort -V | tail -n1)
|
||||||
|
|
||||||
# Trim 'v' character in TAG_NAME variable
|
# Trim 'v' character in TAG_NAME variable
|
||||||
VERSION=$(echo "$TAG_NAME" | tr -d 'v')
|
VERSION=$(echo "$TAG_NAME" | tr -d 'v')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: elogind
|
name: elogind
|
||||||
description: The systemd project's 'logind', extracted to a standalone package
|
description: The systemd project's 'logind', extracted to a standalone package
|
||||||
version: "257.13"
|
version: "257.14"
|
||||||
revision: 3
|
revision: 1
|
||||||
url: https://github.com/elogind/elogind
|
url: https://github.com/elogind/elogind
|
||||||
license: GPL2-only,LGPL2.1-only
|
license: GPL2-only,LGPL2.1-only
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -27,7 +27,7 @@ downloads:
|
|||||||
- url: https://github.com/elogind/elogind/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/elogind/elogind/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 075db32e8997bc88cd74f9e06590edb860b94c734434f2699fa258f6ab72d097
|
checksum: da8089a6fc841b0d69c91b1880f2697a16c05f80aa6787ffc62cd033a886ccec
|
||||||
split_packages:
|
split_packages:
|
||||||
- name: elogind
|
- name: elogind
|
||||||
keep:
|
keep:
|
||||||
|
|||||||
Reference in New Issue
Block a user