Skip to content

Commit

Permalink
update to 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SGCMarkus committed Dec 16, 2020
1 parent c3c087e commit 3036e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions flashlmdd.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"response": [
{
"datetime": "1605897053",
"filename": "lineage-18.0-20201120-UNOFFICIAL-flashlmdd.zip",
"id": "ac3c6ae052e23859bce0d4437101bb59",
"datetime": "1608114248",
"filename": "lineage-18.1-20201216-UNOFFICIAL-flashlmdd.zip",
"id": "fcd0be6b9d2e946a638d76256917fb31",
"romtype": "UNOFFICIAL",
"size": "889518842",
"url": "https://github.com/SGCMarkus/Lineage-OTA/releases/download/flashlmdd-20201120/lineage-18.0-20201120-UNOFFICIAL-flashlmdd.zip",
"size": "893002425",
"url": "https://github.com/SGCMarkus/Lineage-OTA/releases/download/flashlmdd-20201216/lineage-18.1-20201216-UNOFFICIAL-flashlmdd.zip",
"version": "18.0"
}
]
Expand Down
2 changes: 1 addition & 1 deletion gen_ota_json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPOS="${@:2}"

d=$(date +%Y%m%d)

FILENAME=lineage-18.0-"${d}"-UNOFFICIAL-"${DEVICE}".zip
FILENAME=lineage-18.1-"${d}"-UNOFFICIAL-"${DEVICE}".zip

oldd=$(grep filename $DEVICE.json | cut -d '-' -f 3)
md5=$(md5sum ../out/target/product/$DEVICE/$FILENAME | cut -d ' ' -f 1)
Expand Down

0 comments on commit 3036e06

Please sign in to comment.