[3.19] user/zotero: upgrade to 7.0.3 #585

Merged
forge merged 2 commits from zotero/upgrade-7.0.3-319 into v3.19 2024-08-30 21:51:20 +00:00
Showing only changes of commit 0c55a7ecc0 - Show all commits

View file

@ -28,7 +28,7 @@ index c3b8f7a..f609018
case $BASEBRANCH in
- *-stable) echo v"${BASEBRANCH%-*}";;
- master) echo edge;;
+ v*) echo v"${BASEBRANCH%-*}";;
+ v*) echo "$BASEBRANCH";;
+ edge) echo edge;;
*) die "Branch \"$BASEBRANCH\" not supported!"
esac