diff options
author | Mark Brand <mabrand@mabrand.nl> | 2015-02-27 16:59:24 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2015-02-27 16:59:24 (GMT) |
commit | 66e92891f158ebbee93afaf421928f5e21d2acf9 (patch) | |
tree | 26189846fc74229b4e72edd2dfe89fd84f228eec /src | |
parent | d4265c20416f35c2a28b54a34eab9872cbf0caaf (diff) | |
download | mxe-66e92891f158ebbee93afaf421928f5e21d2acf9.zip mxe-66e92891f158ebbee93afaf421928f5e21d2acf9.tar.gz mxe-66e92891f158ebbee93afaf421928f5e21d2acf9.tar.bz2 |
curl dbus gdb gnutls sqlite xz: update
Diffstat (limited to 'src')
-rw-r--r-- | src/curl.mk | 4 | ||||
-rw-r--r-- | src/dbus.mk | 4 | ||||
-rw-r--r-- | src/gdb.mk | 4 | ||||
-rw-r--r-- | src/gnutls.mk | 4 | ||||
-rw-r--r-- | src/sqlite.mk | 4 | ||||
-rw-r--r-- | src/xz.mk | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/src/curl.mk b/src/curl.mk index 9a6fe5f..fc30381 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -3,8 +3,8 @@ PKG := curl $(PKG)_IGNORE := -$(PKG)_VERSION := 7.40.0 -$(PKG)_CHECKSUM := 672907314a3050b7ec0eadc31576f7a32c92e8ae +$(PKG)_VERSION := 7.41.0 +$(PKG)_CHECKSUM := e43ddbae467ea9d5bd6be03fab5833fac8c850ca $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) diff --git a/src/dbus.mk b/src/dbus.mk index f6fc19f..f0db51a 100644 --- a/src/dbus.mk +++ b/src/dbus.mk @@ -3,8 +3,8 @@ PKG := dbus $(PKG)_IGNORE := -$(PKG)_VERSION := 1.9.10 -$(PKG)_CHECKSUM := a9741b6d017d6374c20bac2ea41262683b3e2386 +$(PKG)_VERSION := 1.9.12 +$(PKG)_CHECKSUM := 2bf2005edbef3f015e5e0f38ad3fd7b67f9f33cd $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE) @@ -2,8 +2,8 @@ # See index.html for further information. PKG := gdb -$(PKG)_VERSION := 7.8.2 -$(PKG)_CHECKSUM := 85a9cc2a4dfb748bc8eb74113af278524126a9bd +$(PKG)_VERSION := 7.9 +$(PKG)_CHECKSUM := 1dabff2168bd8fe3cadf9386e47a47c527ea99ba $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION) $(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE) diff --git a/src/gnutls.mk b/src/gnutls.mk index 96a3b4d..4452a9d 100644 --- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -2,8 +2,8 @@ # See index.html for further information. PKG := gnutls -$(PKG)_VERSION := 3.3.12 -$(PKG)_CHECKSUM := ecabf94bf8bf312209fb8d45f730cf4a78e68303 +$(PKG)_VERSION := 3.3.13 +$(PKG)_CHECKSUM := 644d9b886fa574a5f19869232078e6fd933f8022 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://mirrors.dotsrc.org/gnupg/gnutls/v3.3/$($(PKG)_FILE) diff --git a/src/sqlite.mk b/src/sqlite.mk index 339ab79..af5c7d2 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -3,8 +3,8 @@ PKG := sqlite $(PKG)_IGNORE := -$(PKG)_VERSION := 3080802 -$(PKG)_CHECKSUM := 1db237523419af7110e1d92c6b766e965f9322e4 +$(PKG)_VERSION := 3080803 +$(PKG)_CHECKSUM := 2fe3f6226a2a08a2e814b97cd53e36bb3c597112 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.sqlite.org/2015/$($(PKG)_FILE) @@ -3,8 +3,8 @@ PKG := xz $(PKG)_IGNORE := -$(PKG)_VERSION := 5.2.0 -$(PKG)_CHECKSUM := ef6b8e0b6fd85eb1b844e555ae3ecbb3a4aa8e81 +$(PKG)_VERSION := 5.2.1 +$(PKG)_CHECKSUM := 6022493efb777ff4e872b63a60be1f1e146f3c0b $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://tukaani.org/xz/$($(PKG)_FILE) |