Skip to content

Commit b6de816

Browse files
(parser): Parse sha256sum from distro conf
1 parent 0d09651 commit b6de816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

udroid/src/udroid.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@ parser() {
578578
LOG "link=$link"
579579
name=$(cat $distro_data | jq -r ".$suite.$varient.Name")
580580
LOG "name=$name"
581+
shasum=$(cat $distro_data | jq -r ".$suite.$varient.${arch}sha")
582+
LOG "shasum=$shasum"
581583
}
582584

583585
list() {

0 commit comments

Comments
 (0)