diff --git a/perl-cpan/config-param/BUILD b/perl-cpan/config-param/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/config-param/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/config-param/DEPENDS b/perl-cpan/config-param/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/config-param/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/config-param/DETAILS b/perl-cpan/config-param/DETAILS
new file mode 100755
index 0000000..b9056e5
--- /dev/null
+++ b/perl-cpan/config-param/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=config-param
+ VERSION=3.000003
+ SOURCE="Config-Param-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TH/THORGIS/${SOURCE}
+
SOURCE_HASH=sha512:537437a6ca67070028c3feb164ef28e8a7de90fc03f2c6b9918ff745330e6438d67cdbca48de65469459205fda0c185aeaacf2b3ece8a5d73120d8586d03b1b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Config-Param-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~thorgis/Config-Param/"
+ LICENSE[0]=ART
+ ENTERED=20120721
+ SHORT="all you want to do with parameters for your program (or
someone else's)"
+cat << EOF
+The basic task is to take some description of offered parameters and return
+a hash ref with values for these parameters, influenced by the command line
+and/or configuration files. The simple loop from many years ago now is about
+the most comprehensive solution for a program's param space that I am aware
+of, while still supporting the one-shot usage via a single function call
+and a flat description of parameters.
+
+It handles command line parameters (somewhat flexible regarding the number of
+"-", but insisting on the equal sign in --name=value), defining and handling
+standard parameters for generating helpful usage messages and parses as well
+as generates configuration files.
+EOF
diff --git a/perl-cpan/config-param/HISTORY b/perl-cpan/config-param/HISTORY
new file mode 100644
index 0000000..6069280
--- /dev/null
+++ b/perl-cpan/config-param/HISTORY
@@ -0,0 +1,3 @@
+2012-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/devel-cover/BUILD b/perl-cpan/devel-cover/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/devel-cover/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/devel-cover/DEPENDS b/perl-cpan/devel-cover/DEPENDS
new file mode 100755
index 0000000..120ac23
--- /dev/null
+++ b/perl-cpan/devel-cover/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends digest-md5
diff --git a/perl-cpan/devel-cover/DETAILS b/perl-cpan/devel-cover/DETAILS
new file mode 100755
index 0000000..cda7e7b
--- /dev/null
+++ b/perl-cpan/devel-cover/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=devel-cover
+ VERSION=0.92
+ SOURCE="Devel-Cover-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PJ/PJCJ/${SOURCE}
+
SOURCE_HASH=sha512:a6573fbeab869e910c6996fb8cf3c6132e23d2ac4b2ec717bb5b2688fe70f34d8cb0ffae996fe5ce59997cf827b678bae3a8e6554427b3d166f5bb77891559e0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-Cover-$VERSION"
+ WEB_SITE="http://search.cpan.org/~PJCJ/Devel-Cover/"
+ LICENSE[0]=ART
+ ENTERED=20120719
+ SHORT="Code coverage metrics for Perl"
+cat << EOF
+This module provides code coverage metrics for Perl. Code coverage metrics
+describe how thoroughly tests exercise code. By using Devel::Cover you can
+discover areas of code not exercised by your tests and determine which tests
+to create to increase coverage. Code coverage can be considered as an
indirect
+measure of quality.
+EOF
diff --git a/perl-cpan/devel-cover/HISTORY b/perl-cpan/devel-cover/HISTORY
new file mode 100644
index 0000000..b76300b
--- /dev/null
+++ b/perl-cpan/devel-cover/HISTORY
@@ -0,0 +1,3 @@
+2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/devel-size/BUILD b/perl-cpan/devel-size/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/devel-size/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/devel-size/DEPENDS b/perl-cpan/devel-size/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/devel-size/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/devel-size/DETAILS b/perl-cpan/devel-size/DETAILS
new file mode 100755
index 0000000..974124a
--- /dev/null
+++ b/perl-cpan/devel-size/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=devel-size
+ VERSION=0.77
+ SOURCE="Devel-Size-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NW/NWCLARK/${SOURCE}
+
SOURCE_HASH=sha512:592b8bb00139c83d306a02db9e2fd2176c08ac3e3f13e695b73136d32528ca770c111ffc2e7a93e3f7aff1c1c269012e56ce296d497a73326973c861fd9e77ad
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-Size-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~DSUGAL/Devel-Size/"
+ LICENSE[0]=ART
+ ENTERED=20120719
+ SHORT="Report amount of memory a variable uses"
+cat << EOF
+This module figures out the real size of Perl variables in bytes, as
accurately
+as possible.
+
+Call functions with a reference to the variable you want the size of. If
+the variable is a plain scalar it returns the size of this scalar. If the
+variable is a hash or an array, use a reference when calling.
+EOF
diff --git a/perl-cpan/devel-size/HISTORY b/perl-cpan/devel-size/HISTORY
new file mode 100644
index 0000000..b76300b
--- /dev/null
+++ b/perl-cpan/devel-size/HISTORY
@@ -0,0 +1,3 @@
+2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/device-gsm/DETAILS b/perl-cpan/device-gsm/DETAILS
index 229a09c..5c0fc2b 100755
--- a/perl-cpan/device-gsm/DETAILS
+++ b/perl-cpan/device-gsm/DETAILS
@@ -1,8 +1,8 @@
SPELL=device-gsm
- VERSION=1.54
+ VERSION=1.58
SOURCE="Device-Gsm-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CO/COSIMO/${SOURCE}
-
SOURCE_HASH=sha512:fedf81931d55377f7bfbd32600cf24c9872e3ccedd9365faeea78ecd5a62535fbfd334239094aea2b8e27d2ba4cf882b6e564d7190d0b22d854e4d5d935bf97b
+
SOURCE_HASH=sha512:5b2687d3270c118cb917c55b92fe6adf6cfd62598d1a10a59f32514f04916604ce2cdf0b7fe441e54933912a5cc7b4df735307b1c4be7eee111f0bec358f8b65
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Device-Gsm-${VERSION}"
WEB_SITE="http://search.cpan.org/~COSIMO/Device-Gsm/"
LICENSE[0]=ART
diff --git a/perl-cpan/device-gsm/HISTORY b/perl-cpan/device-gsm/HISTORY
index 2e67554..f030258 100644
--- a/perl-cpan/device-gsm/HISTORY
+++ b/perl-cpan/device-gsm/HISTORY
@@ -1,3 +1,6 @@
+2012-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 1.58
+
2009-09-11 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 1.54
diff --git a/perl-cpan/device-modem/DETAILS b/perl-cpan/device-modem/DETAILS
index 0dab2b0..8daab71 100755
--- a/perl-cpan/device-modem/DETAILS
+++ b/perl-cpan/device-modem/DETAILS
@@ -1,8 +1,8 @@
SPELL=device-modem
- VERSION=1.51
+ VERSION=1.56
SOURCE="Device-Modem-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CO/COSIMO/${SOURCE}
-
SOURCE_HASH=sha512:42f74263a53266981573b922fad3322ba75cd548e4a4c66b203ec08de717a7ddad0e857d4cd2ed5f1600f529f14aa8a6a7bf3e7886f1a7142f581087bcf1a48c
+
SOURCE_HASH=sha512:f1c144bfa248170c3194faa889f4dc9854c9b2ee46a9ce56929b92c722954c392043dd2952e01268c7e1b1b958c6d4a9d1ecdaa91dd05ecd9976182dd91f3b05
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Device-Modem-${VERSION}"
WEB_SITE="http://search.cpan.org/~COSIMO/Device-Modem/"
LICENSE[0]=ART
diff --git a/perl-cpan/device-modem/HISTORY b/perl-cpan/device-modem/HISTORY
index 3464ee9..c4538ba 100644
--- a/perl-cpan/device-modem/HISTORY
+++ b/perl-cpan/device-modem/HISTORY
@@ -1,3 +1,6 @@
+2012-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 1.56
+
2009-07-27 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/module-starter/BUILD b/perl-cpan/module-starter/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/module-starter/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/module-starter/DEPENDS
b/perl-cpan/module-starter/DEPENDS
new file mode 100755
index 0000000..353cc62
--- /dev/null
+++ b/perl-cpan/module-starter/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends path-class
diff --git a/perl-cpan/module-starter/DETAILS
b/perl-cpan/module-starter/DETAILS
new file mode 100755
index 0000000..9d81058
--- /dev/null
+++ b/perl-cpan/module-starter/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=module-starter
+ VERSION=1.58
+ SOURCE="Module-Starter-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/X/XS/XSAWYERX/${SOURCE}
+
SOURCE_HASH=sha512:436c7147196e1eb42145856efd81eec0347ecb5485d58f6a3e82d45f0d4e3da6fb4eb017e6c9af0c890bd7a3833e53d76552205fd62335f27b7e22f08c6b7e73
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Starter-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~xsawyerx/Module-Starter/"
+ LICENSE[0]=ART
+ ENTERED=20120718
+ SHORT="a simple starter kit for any Perl module"
+cat << EOF
+Module::Starter is used to create a skeletal CPAN distribution, including
+basic builder scripts, tests, documentation, and module code. The
accompanying
+script module-starter is usually used to invoke that functionality.
+EOF
diff --git a/perl-cpan/module-starter/HISTORY
b/perl-cpan/module-starter/HISTORY
new file mode 100644
index 0000000..b14ddbf
--- /dev/null
+++ b/perl-cpan/module-starter/HISTORY
@@ -0,0 +1,3 @@
+2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/path-class/BUILD b/perl-cpan/path-class/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/path-class/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/path-class/DEPENDS b/perl-cpan/path-class/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/path-class/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/path-class/DETAILS b/perl-cpan/path-class/DETAILS
new file mode 100755
index 0000000..1cccaa9
--- /dev/null
+++ b/perl-cpan/path-class/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=path-class
+ VERSION=0.26
+ SOURCE="Path-Class-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/K/KW/KWILLIAMS/${SOURCE}
+
SOURCE_HASH=sha512:fb84d7f9702fee872c0177b1490c66ebf4a0bdfdbf0ee84465eed1eb9698c86432139fa7a5ee1d2836a65e9c6349aea7ce8d2af127ea0ed7b8c51f831088350d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Path-Class-$VERSION"
+ WEB_SITE="http://search.cpan.org/~kwilliams/Path-Class/"
+ LICENSE[0]=ART
+ ENTERED=20120718
+ SHORT="Cross-platform path specification manipulation"
+cat << EOF
+Path::Class is a module for manipulation of file and directory specifications
+(strings describing their locations, like '/home/ken/foo.txt' or
+'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much
+every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin,
+OS/2, and NetWare.
+
+The well-known module File::Spec also provides this service, but it's sort
+of awkward to use well, so people sometimes avoid it, or use it in a way
+that won't actually work properly on platforms significantly different than
+the ones they've tested their code on.
+
+In fact, Path::Class uses File::Spec internally, wrapping all the unsightly
+details so you can concentrate on your application code.
+EOF
diff --git a/perl-cpan/path-class/HISTORY b/perl-cpan/path-class/HISTORY
new file mode 100644
index 0000000..b14ddbf
--- /dev/null
+++ b/perl-cpan/path-class/HISTORY
@@ -0,0 +1,3 @@
+2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/pod-coverage/BUILD b/perl-cpan/pod-coverage/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/pod-coverage/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/pod-coverage/DEPENDS b/perl-cpan/pod-coverage/DEPENDS
new file mode 100755
index 0000000..4e31064
--- /dev/null
+++ b/perl-cpan/pod-coverage/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends devel-symdump
diff --git a/perl-cpan/pod-coverage/DETAILS b/perl-cpan/pod-coverage/DETAILS
new file mode 100755
index 0000000..327fe71
--- /dev/null
+++ b/perl-cpan/pod-coverage/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=pod-coverage
+ VERSION=0.22
+ SOURCE="Pod-Coverage-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RC/RCLAMP/${SOURCE}
+
SOURCE_HASH=sha512:28bc618b8a286574d72730dd9bbb9009698c7e60eb1284715ccdb7d72365260b16d19c8f7e14631124aba356cff1f55d973bd2a11a062d3222c87a3b4e913890
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Pod-Coverage-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~rclamp/Pod-Coverage/"
+ LICENSE[0]=ART
+ ENTERED=20120719
+ SHORT="Checks if the documentation of a module is comprehensive"
+cat << EOF
+Developers hate writing documentation. They'd hate it even more if their
+computer tattled on them, but maybe they'll be even more thankful in
+the long run. Even if not, perlmodstyle tells you to, so you must obey.
+This module provides a mechanism for determining if the pod for a given
+module is comprehensive.
+EOF
diff --git a/perl-cpan/pod-coverage/HISTORY b/perl-cpan/pod-coverage/HISTORY
new file mode 100644
index 0000000..b76300b
--- /dev/null
+++ b/perl-cpan/pod-coverage/HISTORY
@@ -0,0 +1,3 @@
+2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/test-pod-coverage/BUILD
b/perl-cpan/test-pod-coverage/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/test-pod-coverage/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/test-pod-coverage/DEPENDS
b/perl-cpan/test-pod-coverage/DEPENDS
new file mode 100755
index 0000000..95c703c
--- /dev/null
+++ b/perl-cpan/test-pod-coverage/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends pod-coverage
diff --git a/perl-cpan/test-pod-coverage/DETAILS
b/perl-cpan/test-pod-coverage/DETAILS
new file mode 100755
index 0000000..8f2f1e0
--- /dev/null
+++ b/perl-cpan/test-pod-coverage/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=test-pod-coverage
+ VERSION=1.08
+ SOURCE="Test-Pod-Coverage-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PETDANCE/${SOURCE}
+
SOURCE_HASH=sha512:fe42fd3a12555ce95f06c345ab5f5a333263b29b313d3ed45114aee4215373959c4ee079f3eed0f97c8ec7454f6b5f2c76e4a246eb036fc583858b5be95e03ab
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Test-Pod-Coverage-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~petdance/Test-Pod-Coverage/"
+ LICENSE[0]=ART
+ ENTERED=20120719
+ SHORT="Check for pod coverage in your distribution."
+cat << EOF
+Checks for POD coverage in files for your distribution.
+EOF
diff --git a/perl-cpan/test-pod-coverage/HISTORY
b/perl-cpan/test-pod-coverage/HISTORY
new file mode 100644
index 0000000..b76300b
--- /dev/null
+++ b/perl-cpan/test-pod-coverage/HISTORY
@@ -0,0 +1,3 @@
+2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/test-pod/BUILD b/perl-cpan/test-pod/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/test-pod/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/test-pod/DEPENDS b/perl-cpan/test-pod/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/test-pod/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/test-pod/DETAILS b/perl-cpan/test-pod/DETAILS
new file mode 100755
index 0000000..3f8d0f8
--- /dev/null
+++ b/perl-cpan/test-pod/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=test-pod
+ VERSION=1.45
+ SOURCE="Test-Pod-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DW/DWHEELER/${SOURCE}
+
SOURCE_HASH=sha512:115157e58274abcde9941feb5ef910086ee7ecebb745582a8337955d4c48b24ad01fd1f8178a2dc95930a5133604c1dde6b4a8897b2973d14312790b7caf4f3b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Test-Pod-$VERSION"
+ WEB_SITE="http://search.cpan.org/~DWHEELER/Test-Pod/"
+ LICENSE[0]=ART
+ ENTERED=20120719
+ SHORT="Tests POD files for correctness"
+cat << EOF
+Test::Pod lets you check the validity of a POD file, and report its results
+in standard Test::Simple fashion.
+EOF
diff --git a/perl-cpan/test-pod/HISTORY b/perl-cpan/test-pod/HISTORY
new file mode 100644
index 0000000..b76300b
--- /dev/null
+++ b/perl-cpan/test-pod/HISTORY
@@ -0,0 +1,3 @@
+2012-07-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-mpd/DETAILS b/python-pypi/python-mpd/DETAILS
index a9a3475..6870909 100755
--- a/python-pypi/python-mpd/DETAILS
+++ b/python-pypi/python-mpd/DETAILS
@@ -1,6 +1,6 @@
SPELL=python-mpd
SPELLX=${SPELL}2
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=$SPELLX-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELLX/$SOURCE
diff --git a/python-pypi/python-mpd/HISTORY b/python-pypi/python-mpd/HISTORY
index e44902b..dc12dc4 100644
--- a/python-pypi/python-mpd/HISTORY
+++ b/python-pypi/python-mpd/HISTORY
@@ -1,3 +1,7 @@
+2012-07-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.3
+ * jthalheim.gpg: added key D7CC79FA (Jörg Thalheim
<jthalheim AT gmail.com>)
+
2012-05-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.4.2 (transparently switched to forked
and backward-compatible version -- python-mpd2 -- which is in active
diff --git a/python-pypi/python-mpd/jthalheim.gpg
b/python-pypi/python-mpd/jthalheim.gpg
index 4585672..1c74254 100644
Binary files a/python-pypi/python-mpd/jthalheim.gpg and
b/python-pypi/python-mpd/jthalheim.gpg differ
diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 3cec174..1bab4d9 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,6 +1,6 @@
SPELL=mc
- VERSION=4.8.1.3
-
SOURCE_HASH=sha512:b1ad9dcb8adbab4eb8aac0da73c986cdd94750dd950b3affa431c5361b5265eea9790b44534f6ae1dac238bba98d8c05d64a8d5f5b7d62c06ed960724bf6b972
+ VERSION=4.8.1.4
+
SOURCE_HASH=sha512:ed5b4ddfc0827829cd08c4279238e7e31c7bb3778717c2ece2d8e1e4ddb0ebb1435fce0adcb4290341562ce13ec4752e478bd4f19cade8df8cbef5a844526bf2
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 7ecf375..81fcbfb 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2012-07-18 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.8.1.4
+
2012-04-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.8.1.3