You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
blockout2: fix livecheck
This commit is contained in:
committed by
Perry E. Metzger
parent
ab6434d9d6
commit
ba4d1ea7c4
@@ -8,7 +8,6 @@ version 2.4
|
||||
revision 1
|
||||
set short_version [strsed ${version} {g/\.//}]
|
||||
categories games
|
||||
platforms darwin
|
||||
maintainers rixon.org:jeremy
|
||||
license GPL-2+
|
||||
installs_libs no
|
||||
@@ -22,7 +21,8 @@ distname bl${short_version}-src-linux-i586
|
||||
worksrcdir bl${short_version}_lin_src
|
||||
|
||||
checksums rmd160 3ddbf10a71b748687f335cd5ec55a8fbf8f9e138 \
|
||||
sha256 c95766b8d6fce9820e14a23cd1bdea28591c01d8fdf5ece06cca1071f082c088
|
||||
sha256 c95766b8d6fce9820e14a23cd1bdea28591c01d8fdf5ece06cca1071f082c088 \
|
||||
size 5017393
|
||||
|
||||
depends_lib port:libsdl \
|
||||
port:libsdl_mixer
|
||||
@@ -58,3 +58,7 @@ destroot.args PREFIX=${prefix}
|
||||
|
||||
app.name BlockOut II
|
||||
app.executable ${prefix}/bin/blockout2
|
||||
|
||||
livecheck.type regex
|
||||
livecheck.url ${homepage}
|
||||
livecheck.regex Release (\[0-9.\]+)
|
||||
|
||||
Reference in New Issue
Block a user