spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 7fba533a9f9d3d5596b9050a79caf173e575cb53
parent 602f712b9fdc9af029c93b30e0737b6f615d87a7
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Fri, 22 Feb 2013 20:53:15 -0800

Move downloads to google/code (closes #38)

Diffstat:
MREADME.md | 8++++----
Mdist/debian/watch | 2+-
Mdist/freebsd/Makefile | 2+-
Mweb/index.html | 8++++----
4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -46,13 +46,13 @@ Bugfixes: Spek 0.8.1 tarball: - * <https://github.com/downloads/alexkay/spek/spek-0.8.1.tar.xz> + * <https://spek.googlecode.com/files/spek-0.8.1.tar.xz> Windows and Mac OS X binaries: - * <https://github.com/downloads/alexkay/spek/spek-0.8.1.msi> - * <https://github.com/downloads/alexkay/spek/spek-0.8.1.zip> - * <https://github.com/downloads/alexkay/spek/spek-0.8.1.dmg> + * <https://spek.googlecode.com/files/spek-0.8.1.msi> + * <https://spek.googlecode.com/files/spek-0.8.1.zip> + * <https://spek.googlecode.com/files/spek-0.8.1.dmg> Unix packages: diff --git a/dist/debian/watch b/dist/debian/watch @@ -1,3 +1,3 @@ version=3 -https://github.com/alexkay/spek/downloads \ +http://code.google.com/p/spek/downloads/list \ .*/spek-([0-9.]+)\.tar\.xz diff --git a/dist/freebsd/Makefile b/dist/freebsd/Makefile @@ -8,7 +8,7 @@ PORTNAME= spek PORTVERSION= 0.8.1 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser diff --git a/web/index.html b/web/index.html @@ -85,7 +85,7 @@ <tr> <td><img src="logo-unix.png" width="69" height="48" alt="Unix"/></td> <td class="dld_link"> - <a href="https://github.com/downloads/alexkay/spek/spek-0.8.1.tar.xz">spek-0.8.1.tar.xz</a> (167 KiB) + <a href="https://spek.googlecode.com/files/spek-0.8.1.tar.xz">spek-0.8.1.tar.xz</a> (167 KiB) <br/> <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#bsd-and-gnulinux">instructions</a> <br/> @@ -99,9 +99,9 @@ <tr> <td><img src="logo-windows.png" width="48" height="48" alt="Windows"/></td> <td class="dld_link"> - <a href="https://github.com/downloads/alexkay/spek/spek-0.8.1.msi">spek-0.8.1.msi</a> (5.97 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.1.msi">spek-0.8.1.msi</a> (5.97 MiB) <br/> - <a href="https://github.com/downloads/alexkay/spek/spek-0.8.1.zip">spek-0.8.1.zip</a> (5.81 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.1.zip">spek-0.8.1.zip</a> (5.81 MiB) <br/> <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#windows">instructions</a> </td> @@ -113,7 +113,7 @@ <tr> <td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td> <td class="dld_link"> - <a href="https://github.com/downloads/alexkay/spek/spek-0.8.1.dmg">spek-0.8.1.dmg</a> (5.64 MiB) + <a href="https://spek.googlecode.com/files/spek-0.8.1.dmg">spek-0.8.1.dmg</a> (5.64 MiB) <br/> <a href="https://github.com/alexkay/spek/blob/0.8.1/INSTALL.md#mac-os-x">instructions</a> </td>