Skip to content

Commit

Permalink
imagemagic: Update version from 6.9.12p44 to 7.1.1p15
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 22, 2023
1 parent 20a2b1f commit df39d61
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions imagemagick.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/env beesh

# BEE_VERSION imagemagick-6.9.12p44-0
# BEE_VERSION imagemagick-7.1.1p15-0

#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"
#SRCURL[0]="https://github.com/ImageMagick/ImageMagick/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/03fe250e8ea4dbccd8606b212b4f33e6/imagemagick-7.1.1-15.tar.gz"

# PATCHURL[0]=""

Expand All @@ -25,7 +24,7 @@ mee_install() {

start_cmd rm -rf ${D}/${DATADIR}/doc

local tgt=${D}/etc/ImageMagick-6/policy.xml
local tgt=${D}/etc/ImageMagick-7/policy.xml
cp -p -v ${tgt} ${tgt}.raw
xmllint --format ${tgt}.raw > ${tgt}
rm ${tgt}.raw
Expand Down

0 comments on commit df39d61

Please sign in to comment.