1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:47:44 +00:00

Ports: Fix version numbers for some of the ports

This commit is contained in:
Gunnar Beutner 2021-04-23 13:56:17 +02:00 committed by Linus Groh
parent f7a33043e0
commit fb67e99562
5 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=SDL2
version=serenity-git
version=git
workdir=SDL-main-serenity
useconfigure=true
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"