Initial commit

This commit is contained in:
2026-01-05 13:12:59 +02:00
commit edaf8455b5
4 changed files with 46 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="URI"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"