Update package version to 8.6

This commit is contained in:
2025-09-02 20:30:35 +03:00
parent 3d3ca3aec3
commit 83272d5ca6
2 changed files with 9 additions and 2 deletions
+8
View File
@@ -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 -2
View File
@@ -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