diff options
author | Juergen Daubert <jue@jue.li> | 2010-10-07 16:27:19 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-10-07 16:27:19 +0200 |
commit | 40860b0d9a377a291601676a0f42501c47cc68d4 (patch) | |
tree | 9005407c3a856f65ea3e36e37de08b205dac69f9 /conky | |
parent | b94d3d7baf7825d768b12e88a80fde0a77761671 (diff) | |
download | opt-40860b0d9a377a291601676a0f42501c47cc68d4.tar.gz opt-40860b0d9a377a291601676a0f42501c47cc68d4.tar.xz |
conky: update to 1.8.1
Diffstat (limited to 'conky')
-rw-r--r-- | conky/.md5sum | 2 | ||||
-rw-r--r-- | conky/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conky/.md5sum b/conky/.md5sum index 63a237ebd..7785754b4 100644 --- a/conky/.md5sum +++ b/conky/.md5sum @@ -1 +1 @@ -494cbaf1108cfdb977fc80454d9b13e2 conky-1.8.0.tar.bz2 +366dc6a5c2ebebfbe6f53da25061b5d6 conky-1.8.1.tar.bz2 diff --git a/conky/Pkgfile b/conky/Pkgfile index 465f78352..68be41e71 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -4,9 +4,9 @@ # Depends on: curl, glib, xorg-libxdamage, xorg-libxext, xorg-libxft name=conky -version=1.8.0 +version=1.8.1 release=1 -source=(http://download.sourceforge.net/conky/$name-$version.tar.bz2) +source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2) build() { cd $name-$version |