diff options
Diffstat (limited to 'Ports/pt2-clone/package.sh')
-rwxr-xr-x | Ports/pt2-clone/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/pt2-clone/package.sh b/Ports/pt2-clone/package.sh index 524dd54ae9..4d1bf693c1 100755 --- a/Ports/pt2-clone/package.sh +++ b/Ports/pt2-clone/package.sh @@ -2,7 +2,8 @@ port=pt2-clone version=1.28 useconfigure=true -files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz" +files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz 42df939c03b7e598ed8b17a764150860" +auth_type=md5 configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt" depends="SDL2" |