diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 18:59:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 18:59:39 +0000 |
commit | 4741784cf869c011f1c61b9e056091d6228aa845 (patch) | |
tree | d4b589d5006c8580b412bb8b52c5ae463f6410c9 /openwrt/package/sablevm-classpath | |
parent | 29d21777ac1008e60a4223a18013229f8b363b69 (diff) | |
download | mtk-20170518-4741784cf869c011f1c61b9e056091d6228aa845.zip mtk-20170518-4741784cf869c011f1c61b9e056091d6228aa845.tar.gz mtk-20170518-4741784cf869c011f1c61b9e056091d6228aa845.tar.bz2 |
Fix wrong md5sum
SVN-Revision: 1054
Diffstat (limited to 'openwrt/package/sablevm-classpath')
-rw-r--r-- | openwrt/package/sablevm-classpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sablevm-classpath/Makefile b/openwrt/package/sablevm-classpath/Makefile index 1730ea9..1a006ca 100644 --- a/openwrt/package/sablevm-classpath/Makefile +++ b/openwrt/package/sablevm-classpath/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sablevm-classpath PKG_VERSION:=1.11.3 PKG_RELEASE:=1 -PKG_MD5SUM:=aea6e808c5f2e3646a60971485220bff +PKG_MD5SUM:=0aed850f5583199b3d1adb41ac2043ed PKG_SOURCE_URL:=http://sablevm.org/download/release/$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |