summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-09-29 10:48:29 +0200
committerBor Kraljič2010-09-29 10:48:29 +0200
commit48a4a1b8f13d9f6e70774c86c9d062df399b22e1 (patch)
treefc3860281263e697a5301995218d4f03b4192a09
parentb8ad35257efee246aaf8d552bd386a24f97d363d (diff)
live-f1: updated spell to 0.2.10 & some spell fixes (fixes bug #15855)
-rw-r--r--http/live-f1/2AD09CBA.gpgbin0 -> 1254 bytes
-rwxr-xr-xhttp/live-f1/DETAILS14
-rw-r--r--http/live-f1/HISTORY6
3 files changed, 15 insertions, 5 deletions
diff --git a/http/live-f1/2AD09CBA.gpg b/http/live-f1/2AD09CBA.gpg
new file mode 100644
index 0000000000..bbf66cd346
--- /dev/null
+++ b/http/live-f1/2AD09CBA.gpg
Binary files differ
diff --git a/http/live-f1/DETAILS b/http/live-f1/DETAILS
index 85e33f437b..715fa07bb8 100755
--- a/http/live-f1/DETAILS
+++ b/http/live-f1/DETAILS
@@ -1,9 +1,13 @@
SPELL=live-f1
- VERSION=0.2.7
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.netsplit.com/pub/live-f1/0.2/$SOURCE
- SOURCE_HASH=sha512:7d8dcd918506ce6dee0da2d0a830a3c6f56b31cc6b6ffa66f52251d724b0729e809eafa56106af2e29887bcdfca8352eaad6e7c8fa947b58283342ab5f49ddc0
+ VERSION=0.2.10
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
+ WEB_SITE=https://launchpad.net/live-f1
+ SOURCE_URL[0]=https://launchpad.net/live-f1/${VERSION%.*}/$VERSION/+download/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=2AD09CBA.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
ENTERED=20070527
SHORT="a client for viewing the official formula1.com live timing"
diff --git a/http/live-f1/HISTORY b/http/live-f1/HISTORY
index 4422c91215..4144409867 100644
--- a/http/live-f1/HISTORY
+++ b/http/live-f1/HISTORY
@@ -1,2 +1,8 @@
+2010-09-29 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: updated spell to 0.2.10 (fixes bug #15855)
+ Changed SOURCE extension, fixed SOURCE_URL[0], added WEB_SITE
+ converted to upstream signature checking
+ * 2AD09CBA.gpg: added gpg keyring
+
2007-05-27 Alexander Tsamutali <astsmtl@gmail.com>
* DETAILS, DEPENDS, HISTORY: Created this spell.