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"