Update package version to 1.29.7
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
REPO="nginx/nginx"
|
REPO="nginx/nginx"
|
||||||
|
|
||||||
# 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 prefix
|
# Trim prefix
|
||||||
VERSION=${TAG_NAME//release-/}
|
VERSION=${TAG_NAME//release-/}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: nginx
|
name: nginx
|
||||||
description: Lightweight HTTP server and IMAP/POP3 proxy server
|
description: Lightweight HTTP server and IMAP/POP3 proxy server
|
||||||
version: 1.29.6
|
version: 1.29.7
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://nginx.org/
|
url: https://nginx.org/
|
||||||
license: BSD-2-Clause
|
license: BSD-2-Clause
|
||||||
@@ -36,4 +36,4 @@ downloads:
|
|||||||
- url: https://github.com/nginx/nginx/archive/refs/tags/release-${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/nginx/nginx/archive/refs/tags/release-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: bb0b57c5506441fff4d47680bf30e0f77bf3b852be6f5cb6a16b0671286903ec
|
checksum: 358cf0b50f3fe6c2a94edf8567c5b21184cf2fe8561cab9bc59ccf22479ec9ed
|
||||||
|
|||||||
Reference in New Issue
Block a user