Update package version to 1.47.3
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="tytso/e2fsprogs"
|
||||||
|
|
||||||
|
# Get tag name using Github Rest API
|
||||||
|
TAG_NAME=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/"$REPO"/tags | jq -r '.[].name' | grep -v '-' | head -n1)
|
||||||
|
|
||||||
|
# Trim 'v' character in TAG_NAME variable
|
||||||
|
VERSION=$(echo "$TAG_NAME" | tr -d 'v')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: e2fsprogs
|
name: e2fsprogs
|
||||||
description: Filesystem utilities for use with the ext2 filesystem. Also includes support for the ext3 and ext4 filesystems
|
description: Filesystem utilities for use with the ext2 filesystem. Also includes support for the ext3 and ext4 filesystems
|
||||||
version: 1.47.2
|
version: 1.47.3
|
||||||
url: https://e2fsprogs.sourceforge.net/
|
url: https://e2fsprogs.sourceforge.net/
|
||||||
license: LGPL2,GPL2
|
license: LGPL2,GPL2
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user