Skip to content

Commit

Permalink
sdl2: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Oct 5, 2021
1 parent ac79c34 commit 4e6dea0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sdl2.be0
Original file line number Diff line number Diff line change
@@ -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 4e6dea0

Please sign in to comment.