Update package version to 3.54.5
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ REPO="GNOME/pygobject"
|
|||||||
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://gitlab.gnome.org/api/v4/projects/"$REPO"/releases/permalink/latest | jq -r '.tag_name')
|
TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$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,6 +1,6 @@
|
|||||||
name: python-pygobject
|
name: python-pygobject
|
||||||
description: Python package which provides bindings for GObject based libraries
|
description: Python package which provides bindings for GObject based libraries
|
||||||
version: 3.54.3
|
version: 3.54.5
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://pygobject.gnome.org/
|
url: https://pygobject.gnome.org/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
@@ -22,4 +22,4 @@ downloads:
|
|||||||
- url: https://gitlab.gnome.org/GNOME/pygobject/-/archive/${BPM_PKG_VERSION}/pygobject-${BPM_PKG_VERSION}.tar.gz
|
- url: https://gitlab.gnome.org/GNOME/pygobject/-/archive/${BPM_PKG_VERSION}/pygobject-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 7dff932af05c988dfcaf985f14d6664aeff27cd7c0eb2b2428f8cdb169a3d96e
|
checksum: 1d13a1644f1e715207b68301aa8f95992718a3ab04cfab33025e0887514d7852
|
||||||
|
|||||||
Reference in New Issue
Block a user