summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2011-11-30 23:30:07 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-11-30 23:30:07 +0100
commit4c56021669d5a9d5023a4c5dcdc8726b5ef4391c (patch)
treed7f3e9f7050c5766f03bb790cbb8a8fa260dd817 /extras
parenta40ad025d469647705eee43b836f4001ec0a4e24 (diff)
Update the create-release-notes script to point to the .tar.xz
Diffstat (limited to 'extras')
-rwxr-xr-xextras/create-release-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/create-release-notes b/extras/create-release-notes
index 4ce38e1b7..f1d4c6f09 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -38,7 +38,7 @@ $translators = $2;
$html = <<END;
<ul>
<li><strong>Release Date:</strong> $release_date</li>
- <li><strong>Source Tarball:</strong> <a href="http://ftp.gnome.org/pub/GNOME/sources/banshee/$series/banshee-$version.tar.bz2">banshee-$version.tar.bz2</a></li>
+ <li><strong>Source Tarball:</strong> <a href="http://ftp.gnome.org/pub/GNOME/sources/banshee/$series/banshee-$version.tar.xz">banshee-$version.tar.xz</a></li>
<li><strong>Release Information:</strong>
<a href="http://ftp.gnome.org/pub/GNOME/sources/banshee/$series/banshee-$version.news">NEWS</a>,
<a href="http://ftp.gnome.org/pub/GNOME/sources/banshee/$series/banshee-$version.sha256sum">sha256sum</a></li>