diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 18:59:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 18:59:39 +0000 |
commit | c10f6281f1d7ed04a3e5470a82db4ec739a3a6d0 (patch) | |
tree | d4b589d5006c8580b412bb8b52c5ae463f6410c9 /openwrt/package/sablevm-classpath | |
parent | 92f171b0b1d95c5aa2d3815e245c8db110c061f0 (diff) |
Fix wrong md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1054 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1730ea9fd3..1a006cab0f 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 |