diff options
author | orchidman <lesibel@free.fr> | 2012-04-08 10:25:12 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2012-04-08 10:25:12 +0200 |
commit | 41ec0ee9b32129d9f28e5d7ab371fed2a92f5001 (patch) | |
tree | 9cf5dd73c1b781236e5dd14cc92ab086c5a0e015 | |
parent | 364135c9dc7e4910bdf477c40b18e6b5a72c40c4 (diff) | |
download | nutyx-extra-41ec0ee9b32129d9f28e5d7ab371fed2a92f5001.tar.gz nutyx-extra-41ec0ee9b32129d9f28e5d7ab371fed2a92f5001.tar.bz2 nutyx-extra-41ec0ee9b32129d9f28e5d7ab371fed2a92f5001.tar.xz nutyx-extra-41ec0ee9b32129d9f28e5d7ab371fed2a92f5001.zip |
kmplot 4.8.2-1 maj
-rw-r--r-- | kmplot/.md5sum.i686 | 2 | ||||
-rw-r--r-- | kmplot/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | kmplot/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kmplot/.md5sum.i686 b/kmplot/.md5sum.i686 index 5fabd7636..a36ddd3f1 100644 --- a/kmplot/.md5sum.i686 +++ b/kmplot/.md5sum.i686 @@ -1 +1 @@ -97362cd466e8eeaa5173e436c276138a kmplot-4.8.1.tar.bz2 +35021c525f4556019535e881b07bc504 kmplot-4.8.2.tar.xz diff --git a/kmplot/.md5sum.x86_64 b/kmplot/.md5sum.x86_64 index 5fabd7636..a36ddd3f1 100644 --- a/kmplot/.md5sum.x86_64 +++ b/kmplot/.md5sum.x86_64 @@ -1 +1 @@ -97362cd466e8eeaa5173e436c276138a kmplot-4.8.1.tar.bz2 +35021c525f4556019535e881b07bc504 kmplot-4.8.2.tar.xz diff --git a/kmplot/Pkgfile b/kmplot/Pkgfile index 657e11cdf..0b6cfac6d 100755 --- a/kmplot/Pkgfile +++ b/kmplot/Pkgfile @@ -6,9 +6,9 @@ # Run on: kdelibs name=kmplot -version=4.8.1 +version=4.8.2 release=1 -source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) +source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz) build() { cd $name-* |