Update package version to 49.rc
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Gitlab repository
|
||||||
|
REPO="GNOME/adwaita-icon-theme"
|
||||||
|
|
||||||
|
# Replace slash with URL encoded representation
|
||||||
|
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
||||||
|
|
||||||
|
# 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')
|
||||||
|
|
||||||
|
# Trim 'v' character in TAG_NAME variable
|
||||||
|
VERSION=$(echo "$TAG_NAME" | tr -d 'v')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: adwaita-icon-theme
|
name: adwaita-icon-theme
|
||||||
description: UI icon set for GNOME core apps
|
description: UI icon set for GNOME core apps
|
||||||
version: 45.0
|
version: 49.rc
|
||||||
url: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
url: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
||||||
license: CC-BY-SA-3.0 or LGPL3-only
|
license: CC-BY-SA-3.0 or LGPL3-only
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user