Update package version to 6.5.5
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ REPO="plasma/layer-shell-qt"
|
|||||||
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
||||||
|
|
||||||
# Get tag name using Gitlab Rest API
|
# Get tag name using Gitlab Rest API
|
||||||
TAG_NAME=$(curl -s -L https://invent.kde.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name'| grep -v '-' | sort -rV | head -n1)
|
TAG_NAME=$(curl -s -L https://invent.kde.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name'| grep -v '-' | grep -v '9[0-9]$' | sort -rV | head -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,6 +1,6 @@
|
|||||||
name: layer-shell-qt
|
name: layer-shell-qt
|
||||||
description: Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
|
description: Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
|
||||||
version: 6.5.4
|
version: 6.5.5
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://invent.kde.org/plasma/layer-shell-qt
|
url: https://invent.kde.org/plasma/layer-shell-qt
|
||||||
license: LGPL3-or-later
|
license: LGPL3-or-later
|
||||||
@@ -21,4 +21,4 @@ downloads:
|
|||||||
- url: https://invent.kde.org/plasma/layer-shell-qt/-/archive/v${BPM_PKG_VERSION}/layer-shell-qt-v${BPM_PKG_VERSION}.tar.gz
|
- url: https://invent.kde.org/plasma/layer-shell-qt/-/archive/v${BPM_PKG_VERSION}/layer-shell-qt-v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 84b3dc6b53641734ed772c3ac01007e41ae7b7184ab794ac0974385e77b53768
|
checksum: 05d92807ebeb51aad6641393995e0e970d231ef8a0c4edf4f2e2a3015b28ac1a
|
||||||
|
|||||||
Reference in New Issue
Block a user