diff options
Diffstat (limited to 'libs/classpath')
-rw-r--r-- | libs/classpath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/classpath/Makefile b/libs/classpath/Makefile index 273678e1e..b795ec9d7 100644 --- a/libs/classpath/Makefile +++ b/libs/classpath/Makefile @@ -15,7 +15,7 @@ PKG_MAINTAINER:=Dana H. Myers <k6jq@comcast.net> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/classpath -PKG_MD5SUM:=0ae1571249172acd82488724a3b8acb4 +PKG_HASH:=f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -46,7 +46,7 @@ endef define Download/antlr URL:=http://www.antlr.org/download FILE:=antlr-3.4-complete.jar - MD5SUM:=1b91dea1c7d480b3223f7c8a9aa0e172 + HASH:=9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7 endef $(eval $(call Download,antlr)) |