Update package version to 8.6
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
URL="https://www.nano-editor.org/"
|
||||||
|
|
||||||
|
# Get version number from tag name
|
||||||
|
VERSION=$(curl -s -L "$URL" | grep -A1 'Latest version:' | grep -o -E '[0-9]{1,}\.[0-9]{1,}')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
name: nano
|
name: nano
|
||||||
description: A simple text editor
|
description: A simple text editor
|
||||||
version: 7.2
|
version: 8.6
|
||||||
revision: 2
|
|
||||||
url: https://www.nano-editor.org/
|
url: https://www.nano-editor.org/
|
||||||
license: GPL3
|
license: GPL3
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
Reference in New Issue
Block a user