summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalman Szalai - KAMI <kami911@gmail.com>2011-08-07 19:35:10 +0000
committerKalman Szalai - KAMI <kami911@gmail.com>2011-08-28 00:09:29 +0200
commit74b02d845439b53ac0eb68eb63fe80aa4b19a6b0 (patch)
tree7f9c02aba35f1d6749299f234616915ff6307e8a
parent35f952ebfa678dd07a5636b9826a0992c59b5dee (diff)
Update supported Lightproof versions to the latest available
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 32ff3f805..840509f1b 100755
--- a/configure.in
+++ b/configure.in
@@ -7171,8 +7171,8 @@ else
if test "$with_lang" = "ALL" -o -n "`echo $with_lang | grep "$lang"`" ; then
LIGHTPROOF_LANG="$LIGHTPROOF_LANG $lang"
case $lang in
- "hu") LIGHTPROOF_HU_PACK="324ddcb9ef45c3bc055fcc002bc4e556-lightproof-hu_1.2.oxt";;
- "en-US") LIGHTPROOF_EN_US_PACK="942541da5f5498214518c8b459ae4524-lightproof-en-US_0.1.oxt";;
+ "hu") LIGHTPROOF_HU_PACK="76345f925e34fef2d29bade4f29108e9-lightproof-hu_1.3.oxt";;
+ "en-US") LIGHTPROOF_EN_US_PACK="0ab55ac8e88f04258f1d3e79e984382f-lightproof-en-US_0.1.oxt";;
esac
fi
done