Skip to content

Instantly share code, notes, and snippets.

@starius
Created January 29, 2017 16:38
Show Gist options
  • Select an option

  • Save starius/22eaec79dbcb94a97242d4c158819075 to your computer and use it in GitHub Desktop.

Select an option

Save starius/22eaec79dbcb94a97242d4c158819075 to your computer and use it in GitHub Desktop.
diff --git a/src/cairo.mk b/src/cairo.mk
index 0bfc159..75e3a69 100644
--- a/src/cairo.mk
+++ b/src/cairo.mk
@@ -3,11 +3,11 @@
PKG := cairo
$(PKG)_WEBSITE := http://cairographics.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.14.6
-$(PKG)_CHECKSUM := 613cb38447b76a93ff7235e17acd55a78b52ea84a9df128c3f2257f8eaa7b252
+$(PKG)_VERSION := 1.15.4
+$(PKG)_CHECKSUM := deddf31e196e826e7790bbbf7d0f4b3fd15df243aa48511b349f1791b96be291
$(PKG)_SUBDIR := cairo-$($(PKG)_VERSION)
$(PKG)_FILE := cairo-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://cairographics.org/releases/$($(PKG)_FILE)
+$(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE)
$(PKG)_DEPS := gcc fontconfig freetype-bootstrap glib libpng lzo pixman zlib
define $(PKG)_UPDATE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment