Downgrade to stable release
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ REPO="gstreamer/gstreamer"
|
||||
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
||||
|
||||
# Get tag name using Gitlab Rest API
|
||||
TAG_NAME=$(curl -s -L https://gitlab.freedesktop.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name' | sort -V | tail -n1)
|
||||
TAG_NAME=$(curl -s -L https://gitlab.freedesktop.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name' | sort -V | grep -v '0$' | tail -n1)
|
||||
|
||||
echo "$TAG_NAME"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: gst-plugins-good
|
||||
description: Gstreamer good plugins
|
||||
version: 1.27.90
|
||||
version: 1.27.2
|
||||
revision: 1
|
||||
url: https://gstreamer.freedesktop.org/
|
||||
license: LGPL2.1-or-later
|
||||
@@ -53,4 +53,4 @@ downloads:
|
||||
- url: https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 6ae5c65ef3a00f0ca34d1bb8011be42240a590f8cd04690ad28d6fa331bc5f44
|
||||
checksum: 4f047416d71b102998db4cc513925cb317d87a3409d0ffae3ba218765b0f1ce5
|
||||
|
||||
Reference in New Issue
Block a user