diff --git a/cairo.be0 b/cairo.be0 index 9a7e8595e..cfbd92cdc 100755 --- a/cairo.be0 +++ b/cairo.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cairo-1.15.12-0 +# BEE_VERSION cairo-1.17.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/0001-Revert-Correctly-decode-Adobe-CMYK-JPEGs-in-PDF-expo.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not diff --git a/pixman-0.34.0-0.bee b/pixman.be0 similarity index 95% rename from pixman-0.34.0-0.bee rename to pixman.be0 index 8ce95691a..aa0b08952 100755 --- a/pixman-0.34.0-0.bee +++ b/pixman.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION pixman-0.38.0-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz" +SRCURL[0]="https://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.