summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/wt.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 123d7ca..63624cc 100644
--- a/index.html
+++ b/index.html
@@ -2204,7 +2204,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="wt-package">wt</td>
- <td id="wt-version">3.2.3</td>
+ <td id="wt-version">3.3.0</td>
<td id="wt-website"><a href="http://witty.sourceforge.net/">Wt</a></td>
</tr>
<tr>
diff --git a/src/wt.mk b/src/wt.mk
index 28a79bb..e936b17 100644
--- a/src/wt.mk
+++ b/src/wt.mk
@@ -3,7 +3,7 @@
PKG := wt
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := d3870671a303d64878a1c9fe22765a643e515051
+$(PKG)_CHECKSUM := da3ad190e51d4e2bd2851141b27dd70b272cbb2c
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/witty/$($(PKG)_FILE)