Skip to content

Commit 2b084a3

Browse files
committed
3rd epoch regex
1 parent 37d722a commit 2b084a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/downgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ build_pkg() {
576576
local item="$1" path commit_hash build_failed versionreg hashreg gitpkgreg
577577
if [[ "$item" =~ .*gitpkg.tar.gz ]]; then
578578
# version: 2025.11.12.r15.g0eed3fe
579-
versionreg="([a-zA-Z0-9]+\.?)*"
579+
versionreg="([a-zA-Z0-9:]+\.?)*"
580580
hashreg='[a-z0-9]{6,}'
581581
#hash_or_minor="-([0-9]+|[a-z0-9]{6,})" # leaving this as a note, only hash should appear tho
582582
gitpkgreg="(.*)-$versionreg-($hashreg)-(any|$DOWNGRADE_ARCH).gitpkg.tar.gz"

0 commit comments

Comments
 (0)