Skip to content

Commit

Permalink
tigervnc: Skip beta versions in livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jan 31, 2025
1 parent ab4e51d commit ce97698
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x11/tigervnc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ if {${universal_possible} && [variant_isset universal]} {
reinplace "s|@APPLICATIONS_DIR@|${applications_dir}|g" ${destroot}${prefix}/bin/vncviewer
}
}

# Skip x.x.9x beta versions.
github.livecheck.regex {((\d+.)+([0-8]?\d))}

0 comments on commit ce97698

Please sign in to comment.