Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2270 from mariux64/fix-srcurl-openjpeg
openjpeg: fix SRCURL
  • Loading branch information
wwwutz committed Sep 8, 2021
2 parents 75086e1 + 6110b59 commit e9c3aa9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions openjpeg.be0
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION openjpeg-2.3.1-0
# BEE_VERSION openjpeg-2.3.1-1

# more info: http://www.openjpeg.org/

SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz openjpeg-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz openjpeg-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3b9941dc7a52f0376694adb15a72903f/openjpeg-2.3.1.tar.gz"

# PATCHURL+=()

Expand All @@ -31,7 +32,3 @@ SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz o
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit e9c3aa9

Please sign in to comment.