Little changes to json and new release
This commit is contained in:
parent
c656ba5d2e
commit
29d3c4794f
@ -1,3 +1,8 @@
|
||||
v1.1
|
||||
|
||||
- Little changes for magisk module itself
|
||||
- Fixed update json
|
||||
|
||||
v1.0
|
||||
|
||||
- Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "v1.0",
|
||||
"versionCode": 20250117,
|
||||
"zipUrl": "https://git.drg.fi/drgreen/coolbins/releases/download/v1.0/coolbins_v2.9.zip",
|
||||
"changelog": "https://git.fi/coolbins/CHANGELOG"
|
||||
"version": "v1.1",
|
||||
"versionCode": 20250120,
|
||||
"zipUrl": "https://git.drg.fi/drgreen/coolbins/releases/download/v1.1/coolbins_v1.1.zip",
|
||||
"changelog": "https://git.fi/coolbins/changelog.txt"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
id=coolbins
|
||||
name=Binary goodies for aarch64
|
||||
version=v1.0
|
||||
versionCode=20250114
|
||||
name=Coolbins for aarch64
|
||||
version=v1.1
|
||||
versionCode=20250120
|
||||
author=Handeli
|
||||
description=Useful command line binaries for aarch64
|
||||
updateJson=https://drg.fi/coolbins/coolbins.json
|
||||
|
@ -6,4 +6,6 @@ if [[ $# -eq 0 ]] ; then
|
||||
fi
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user