Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imagemagick: update 6.9.10 to 6.9.12
- fixed SRCURL
  • Loading branch information
wwwutz committed Apr 7, 2022
1 parent 929d067 commit 6469e91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions imagemagick.be0
@@ -1,8 +1,10 @@
#!/bin/env beesh

# BEE_VERSION imagemagick-6.9.10p78-0
# BEE_VERSION imagemagick-6.9.12p44-0

SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"
#SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/3bb027d07785d4afb6c8c6b6777dfeeb/imagemagick-6.9.12-44.tar.gz"

# PATCHURL[0]=""

Expand All @@ -18,11 +20,9 @@ SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install

mee_install_post() {
start_cmd rm -rf ${D}/${DATADIR}/doc

local tgt=${D}/etc/ImageMagick-6/policy.xml
Expand Down

0 comments on commit 6469e91

Please sign in to comment.