diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-25 02:51:53 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-25 02:51:53 -0500 |
commit | 191915a635601bb9b5875fc23c0c3a7d75c8f8b3 (patch) | |
tree | 68a78c1fe028f949381eab232653ef1a30cd3640 /testing/tut | |
parent | 8cc714ed993599938d1f1a8543fccb29d2a91b7c (diff) | |
download | aports-191915a635601bb9b5875fc23c0c3a7d75c8f8b3.tar.bz2 aports-191915a635601bb9b5875fc23c0c3a7d75c8f8b3.tar.xz |
testing/tut: fix url
Diffstat (limited to 'testing/tut')
-rw-r--r-- | testing/tut/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tut/APKBUILD b/testing/tut/APKBUILD index fb89f38452..502a3ceadf 100644 --- a/testing/tut/APKBUILD +++ b/testing/tut/APKBUILD @@ -13,7 +13,7 @@ depends_dev= makedepends="$depends_dev" install="" subpackages="$pkgname-dev" -source="http://sourceforge.net/projects/tut-framework/files/TUT/TUT-2009-08-$pkgver/TUT-${_pkgver}.tar.gz" +source="http://sourceforge.net/projects/tut-framework/files/TUT/TUT-${_pkgver}/TUT-${_pkgver}.tar.gz" _builddir="$srcdir"/tut-${_pkgver} prepare() { |