Update package version to 1.5.8
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Gitlab repository
|
||||||
|
REPO="libpipeline/libpipeline"
|
||||||
|
|
||||||
|
# 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.com/api/v4/projects/"$REPO"/releases/permalink/latest | jq -r '.tag_name')
|
||||||
|
|
||||||
|
echo "$TAG_NAME"
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
name: libpipeline
|
name: libpipeline
|
||||||
description: C library for manipulating pipelines of subprocesses in a flexible and convenient way
|
description: C library for manipulating pipelines of subprocesses in a flexible and convenient way
|
||||||
version: 1.5.7
|
version: 1.5.8
|
||||||
revision: 3
|
|
||||||
url: https://libpipeline.nongnu.org/
|
url: https://libpipeline.nongnu.org/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user