New commits:
commit c6db6d4937476e7ab5920287d712756e4a63dd75
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
flash: Added 64-bit version
diff --git a/z-http/flash/DETAILS b/z-http/flash/DETAILS
index ecf8b5a..e53bad7 100755
--- a/z-http/flash/DETAILS
+++ b/z-http/flash/DETAILS
@@ -1,18 +1,26 @@
SPELL=flash
-if [[ $FLASH_BETA == y ]]; then
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ VERSION=10.0.22.87
+ SOURCE=libflashplayer-$VERSION.linux-x86_64.so.tar.gz
+
SOURCE_URL[0]=http://download.macromedia.com/pub/labs/flashplayer10/$SOURCE
+
SOURCE_HASH=sha512:834207c802742134eefdd36a8ada6627fdce23b871f6d7745cc92e05f1a7046fa9d6d0945f5e2ef3187c24e1954fb3e2ea5c3def00d80d2c625bcb1f712b6cab
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+else
+ if [[ $FLASH_BETA == y ]]; then
VERSION=081108
SOURCE=flashplayer10_install_linux_$VERSION.tar.gz