diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 13:48:15 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | dea9eff3cd6c38738276bc1fb53afba42de0f69e (patch) | |
tree | e694975f162de5b95109a32644e8f336b31aa647 /Ports/frotz/package.sh | |
parent | b3cf5a5df773d76dd873026ad6f144ff144c8e8a (diff) | |
download | serenity-dea9eff3cd6c38738276bc1fb53afba42de0f69e.zip |
Ports/frotz: Update frotz to version 2.54
Diffstat (limited to 'Ports/frotz/package.sh')
-rwxr-xr-x | Ports/frotz/package.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Ports/frotz/package.sh b/Ports/frotz/package.sh index 7d18f962c8..f002dd39a9 100755 --- a/Ports/frotz/package.sh +++ b/Ports/frotz/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=frotz -version=2.53 -files="https://gitlab.com/DavidGriffith/frotz/-/archive/${version}/frotz-${version}.tar.bz2 frotz-${version}.tar.bz2 8da558828dd74d6d6ee30483bb32276ef918b8b72b7f6e89b4f7cb27e7abf58b" -auth_type=sha256 +port='frotz' +version='2.54' +files="https://gitlab.com/DavidGriffith/frotz/-/archive/${version}/frotz-${version}.tar.bz2 frotz-${version}.tar.bz2 bdf9131e6de49108c9f032200cea3cb4011e5ca0c9fbdbf5b0c05f7c56c81395" +auth_type='sha256' depends=("ncurses") build() { |