Update package version to 1.37.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Git repository
|
||||||
|
REPO="git://busybox.net/busybox.git"
|
||||||
|
|
||||||
|
# Get tag name using 'git ls-remote'
|
||||||
|
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | tail -1 | cut -d'/' -f3)
|
||||||
|
|
||||||
|
# Replace '_' with '.'
|
||||||
|
VERSION=${TAG_NAME//_/.}
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
name: busybox
|
name: busybox
|
||||||
description: The swiss army knife of embedded linux
|
description: The swiss army knife of embedded linux
|
||||||
version: 1.36.1
|
version: 1.37.0
|
||||||
revision: 2
|
|
||||||
url: https://busybox.net/
|
url: https://busybox.net/
|
||||||
license: GPL2
|
license: GPL2
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user