diff options
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | src/glibmm.mk | 2 | ||||
-rw-r--r-- | src/pangomm.mk | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1170,7 +1170,7 @@ USE_OSGPLUGIN(<plugin2>) </tr> <tr> <td id="glibmm-package">glibmm</td> - <td id="glibmm-version">2.28.2</td> + <td id="glibmm-version">2.32.0</td> <td id="glibmm-website"><a href="http://www.gtkmm.org/">GLibmm</a></td> </tr> <tr> @@ -1675,7 +1675,7 @@ USE_OSGPLUGIN(<plugin2>) </tr> <tr> <td id="pangomm-package">pangomm</td> - <td id="pangomm-version">2.28.2</td> + <td id="pangomm-version">2.28.4</td> <td id="pangomm-website"><a href="http://www.pango.org/">Pangomm</a></td> </tr> <tr> diff --git a/src/glibmm.mk b/src/glibmm.mk index 23ca3f9..301f1ee 100644 --- a/src/glibmm.mk +++ b/src/glibmm.mk @@ -3,7 +3,7 @@ PKG := glibmm $(PKG)_IGNORE := -$(PKG)_CHECKSUM := bd1962c7de710036875a8b6d7ab7b5e5e50fb7af +$(PKG)_CHECKSUM := 2928a334664433186d92d9099b9bbf3f051a2645 $(PKG)_SUBDIR := glibmm-$($(PKG)_VERSION) $(PKG)_FILE := glibmm-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glibmm/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) diff --git a/src/pangomm.mk b/src/pangomm.mk index 67806da..c96d5d6 100644 --- a/src/pangomm.mk +++ b/src/pangomm.mk @@ -3,7 +3,7 @@ PKG := pangomm $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 31bcbb0c8773fdde6f4ea9b4a79fdf7159f94520 +$(PKG)_CHECKSUM := ee83497485e180708dffbf2e68d633ae8d5a36b4 $(PKG)_SUBDIR := pangomm-$($(PKG)_VERSION) $(PKG)_FILE := pangomm-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pangomm/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) |