Update package version to 1.29.1
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
REPO="mate-desktop/marco"
|
REPO="mate-desktop/marco"
|
||||||
|
|
||||||
# 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"/tags | jq -r '.[0].name')
|
||||||
|
|
||||||
# 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: marco
|
name: marco
|
||||||
description: MATE default window manager
|
description: MATE default window manager
|
||||||
version: 1.28.2
|
version: 1.29.1
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://mate-desktop.org/
|
url: https://mate-desktop.org/
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -22,4 +22,4 @@ downloads:
|
|||||||
- url: https://github.com/mate-desktop/marco/releases/download/v${BPM_PKG_VERSION}/marco-${BPM_PKG_VERSION}.tar.xz
|
- url: https://github.com/mate-desktop/marco/releases/download/v${BPM_PKG_VERSION}/marco-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 2d20820ae9855feb6abc0650300e0c666127bdf0b8380416530703df7f1834ca
|
checksum: 94066fff18837179a08b3400960bb80602d912363c134743d3c24f802ab940ed
|
||||||
|
|||||||
Reference in New Issue
Block a user