Skip to content

Commit

Permalink
Update autogenerated json for lavender 21.0 20240701/1719847518
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharkboy committed Jul 1, 2024
1 parent b1ee5ca commit 175c777
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Build type: Unofficial
Device: Redmi Note 7 (lavender)
Device maintainer: 0xsharkboy

===== 1 July, 2024 =====
- Initial 21.0 release
14 changes: 7 additions & 7 deletions lavender.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"response": [
{
"datetime": "",
"filename": "",
"id": "",
"romtype": "",
"size": "",
"url": "",
"version": ""
"datetime": "1719847518",
"filename": "lineage-21.0-20240701-UNOFFICIAL-lavender.zip",
"id": "a39d56e320b9e77ea3129de172ab60af6985c03491893ee8d3a190eef01e8408",
"romtype": "UNOFFICIAL",
"size": "1039958110",
"url": "https://github.com/0xsharkboy/Lineage_OTA/releases/download/lavender_lineage-21.0_1719847518/lineage-21.0-20240701-UNOFFICIAL-lavender.zip",
"version": "21.0"
}
]
}
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ response=$(jq -n --arg datetime $TIMESTAMP \
wrapped_response=$(jq -n --argjson response "[$response]" '$ARGS.named')

echo "$wrapped_response" > $DEVICE.json
git add $DEVICE.json
git add $DEVICE.json changelog.txt
git commit -m "Update autogenerated json for $DEVICE $VERSION ${DATE}/${TIMESTAMP}"
git push

Expand Down

0 comments on commit 175c777

Please sign in to comment.