Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2389 from mariux64/fix-srcurl-sdl2
sdl2: fix SRCURL
  • Loading branch information
wwwutz committed Oct 5, 2021
2 parents aab6131 + 4e6dea0 commit c2dd9c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sdl2.be0
@@ -1,8 +1,9 @@
#!/bin/env beesh

#BEE_VERSION sdl2-2.0.10-0
#BEE_VERSION sdl2-2.0.10-1

SRCURL[0]="https://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5a2114f2a6f348bdab5bf52b994811db/SDL2-2.0.10.tar.gz"

# PATCHURL+=()

Expand Down Expand Up @@ -32,7 +33,3 @@ mee_configure_pre() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c2dd9c9

Please sign in to comment.