diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2012-04-15 11:01:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-04-15 11:01:20 -0500 |
commit | 9663947bad3542f091c4497faefa6a1706971e26 (patch) | |
tree | 2813d80b6e7cb53ab025e843f1e52d44e6de4b61 /office/notmuch | |
parent | 051bc0cbb294eb2998765a8a67d99f61b1feb907 (diff) |
office/notmuch: Updated for version 0.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/notmuch')
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 4 | ||||
-rw-r--r-- | office/notmuch/notmuch.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index 9751c8ead8aa..a172f9f83459 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=notmuch -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING COPYING-GPL-3 INSTALL NEWS README RELEASING TODO version \ + AUTHORS COPYING COPYING-GPL-3 INSTALL NEWS README version \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/office/notmuch/notmuch.info b/office/notmuch/notmuch.info index 25a3dfb7c371..a47f20a44239 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,10 +1,10 @@ PRGNAM="notmuch" -VERSION="0.7" +VERSION="0.12" HOMEPAGE="http://notmuchmail.org" -DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.7.tar.gz" -MD5SUM="475197e505255b9603eedb53a68aa32d" +DOWNLOAD="http://notmuchmail.org/releases/notmuch-0.12.tar.gz" +MD5SUM="466974db1d8a215c6a2d7cca7c969b4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Jostein Berntsen" EMAIL="jbernts@broadpark.no" -APPROVED="Niels Horn" +APPROVED="rworkman" |