summaryrefslogtreecommitdiffstats
path: root/src/pangomm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pangomm.mk')
-rw-r--r--src/pangomm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pangomm.mk b/src/pangomm.mk
index 974bb45..fdf30ce 100644
--- a/src/pangomm.mk
+++ b/src/pangomm.mk
@@ -14,7 +14,7 @@ $(PKG)_DEPS := gcc cairomm glibmm pango
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://git.gnome.org/browse/pangomm/refs/tags' | \
grep '<a href=' | \
- $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
+ $(SED) -n "s,.*<a href='[^']*/tag/?h=\\([0-9][^']*\\)'.*,\\1,p" | \
head -1
endef