Little changes to json and new release

This commit is contained in:
Hannes Ylä-Jääski 2025-01-20 11:23:52 +02:00
parent c656ba5d2e
commit 29d3c4794f
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
v1.1
- Little changes for magisk module itself
- Fixed update json
v1.0 v1.0
- Initial release - Initial release

View File

@ -1,6 +1,6 @@
{ {
"version": "v1.0", "version": "v1.1",
"versionCode": 20250117, "versionCode": 20250120,
"zipUrl": "https://git.drg.fi/drgreen/coolbins/releases/download/v1.0/coolbins_v2.9.zip", "zipUrl": "https://git.drg.fi/drgreen/coolbins/releases/download/v1.1/coolbins_v1.1.zip",
"changelog": "https://git.fi/coolbins/CHANGELOG" "changelog": "https://git.fi/coolbins/changelog.txt"
} }

View File

@ -1,7 +1,7 @@
id=coolbins id=coolbins
name=Binary goodies for aarch64 name=Coolbins for aarch64
version=v1.0 version=v1.1
versionCode=20250114 versionCode=20250120
author=Handeli author=Handeli
description=Useful command line binaries for aarch64 description=Useful command line binaries for aarch64
updateJson=https://drg.fi/coolbins/coolbins.json updateJson=https://drg.fi/coolbins/coolbins.json

View File

@ -6,4 +6,6 @@ if [[ $# -eq 0 ]] ; then
fi fi
zip -r coolbins_v${1}.zip customize.sh META-INF module.prop system >/dev/null zip -r coolbins_v${1}.zip customize.sh META-INF module.prop system >/dev/null
rsync -avHP coolbins.json root@vapaus:/var/www/html/drg.fi/coolbins/
rsync -avHP CHANGELOG root@vapaus:/var/www/html/drg.fi/coolbins/changelog.txt