Skip to content

Commit

Permalink
wine-devel: Update homepage, master_sites, livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 23, 2017
1 parent 20df449 commit e42d209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11/wine-devel/Portfile
Expand Up @@ -13,11 +13,11 @@ name wine-devel
conflicts wine wine-crossover
set my_name wine
version 2.2
set branch [join [lrange [split ${version} .] 0 1] .]
set branch [lindex [split ${version} .] 0].x
license LGPL-2.1+
categories x11
maintainers ryandesign jwa openmaintainer
homepage http://www.winehq.org/
homepage https://www.winehq.org
platforms darwin
use_xz yes
distname ${my_name}-${version}
Expand Down Expand Up @@ -209,4 +209,4 @@ post-destroot {
}

livecheck.type regex
livecheck.regex {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
livecheck.regex {"/announce/([0-9]+\.[1-9][0-9]*(\.[0-9]+)*)"}

0 comments on commit e42d209

Please sign in to comment.