Skip to content

Commit

Permalink
[uboot-asahi] update pkgver in lilac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Dec 4, 2024
1 parent b2dfdae commit 3a0080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alarmcn/uboot-asahi/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def pre_build():
elif line.startswith('_asahirel='):
line = f'_asahirel={rel}'
print(line)
update_pkgver_and_pkgrel(pkgver)
update_pkgver_and_pkgrel(f'{_ver}.asahi{_rel}')

0 comments on commit 3a0080d

Please sign in to comment.