[Lunar-commits] <moonbase> flash-plugin-10: fixed broken sha csum. Added POST_INSTALL to remove flash from source cache. Without this when someone keeps sources locally will get installed older flash over and over again with every update. That is why I bumped update date - to break this ill behavior.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Sep 26 16:38:08 CEST 2010
commit 345c67b420217ade41934e4f9bf6c2a893fb49b9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Sep 26 14:38:08 2010 +0000
flash-plugin-10: fixed broken sha csum.
Added POST_INSTALL to remove flash from source cache.
Without this when someone keeps sources locally will get installed
older flash over and over again with every update.
That is why I bumped update date - to break this ill behavior.
---
web/flash-plugin-10/DETAILS | 4 ++--
web/flash-plugin-10/POST_INSTALL | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS
index ce82421..3ad6ec7 100644
--- a/web/flash-plugin-10/DETAILS
+++ b/web/flash-plugin-10/DETAILS
@@ -2,10 +2,10 @@
VERSION=10.1.85.3
SOURCE=install_flash_player_10_linux.tar.gz
SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current
- SOURCE_VFY=sha1:442d3fbced5874fd083846befc7f64e3482658f7
+ SOURCE_VFY=sha1:ce9f2434a601892a25e501f9ec26e912fe6ac3b2
WEB_SITE=http://www.adobe.com
ENTERED=20080515
- UPDATED=20100923
+ UPDATED=20100926
SHORT="Version 10.1 of the Adobe Flash plugin for web browsers"
cat << EOF
Version 10.1 of the flash plugin.
diff --git a/web/flash-plugin-10/POST_INSTALL b/web/flash-plugin-10/POST_INSTALL
new file mode 100644
index 0000000..4aa4b3a
--- /dev/null
+++ b/web/flash-plugin-10/POST_INSTALL
@@ -0,0 +1 @@
+rm -f $SOURCE_CACHE/$SOURCE
More information about the Lunar-commits
mailing list