Update package version to 1.9.17p1
This commit is contained in:
+2
-5
@@ -9,10 +9,7 @@ TAG_NAME=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-
|
|||||||
# Get version number from tag name
|
# Get version number from tag name
|
||||||
VERSION=$(echo "$TAG_NAME" | rev | cut -d'-' -f1 | rev)
|
VERSION=$(echo "$TAG_NAME" | rev | cut -d'-' -f1 | rev)
|
||||||
|
|
||||||
# Trim 'SUDO_' character in VERSION variable
|
# Trim 'v' character in VERSION variable
|
||||||
VERSION=$(echo "$VERSION" | sed 's/SUDO_//g')
|
VERSION=$(echo "$VERSION" | tr -d 'v')
|
||||||
|
|
||||||
# Replace underscores with dots in VERSION variable
|
|
||||||
VERSION=$(echo "$VERSION" | tr '_' '.')
|
|
||||||
|
|
||||||
echo "$VERSION"
|
echo "$VERSION"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: sudo
|
name: sudo
|
||||||
description: Utility that grants users the ability to run commands as root
|
description: Utility that grants users the ability to run commands as root
|
||||||
version: 1.9.16p2
|
version: 1.9.17p1
|
||||||
url: https://www.sudo.ws/sudo/
|
url: https://www.sudo.ws/sudo/
|
||||||
license: ISC
|
license: ISC
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user