diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-08-08 16:35:36 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-08-08 16:35:36 +0300 |
commit | 94ff02d8c64976a31c57b4292e84437a9ef32b75 (patch) | |
tree | eb020817b7fcbe0caafa92da9802a6d7d40df6bc /main/lsyncd/APKBUILD | |
parent | aa72ef25173af494f6a724a2f779d5aac563b65c (diff) | |
download | aports-94ff02d8c64976a31c57b4292e84437a9ef32b75.tar.bz2 aports-94ff02d8c64976a31c57b4292e84437a9ef32b75.tar.xz |
main/lsyncd: upgrade to 2.0.7
Diffstat (limited to 'main/lsyncd/APKBUILD')
-rw-r--r-- | main/lsyncd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lsyncd/APKBUILD b/main/lsyncd/APKBUILD index 61a797cf3f..e7a27327ea 100644 --- a/main/lsyncd/APKBUILD +++ b/main/lsyncd/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lsyncd -pkgver=2.0.4 -pkgrel=2 +pkgver=2.0.7 +pkgrel=0 pkgdesc="Live Syncing (Mirror) Daemon" url="http://code.google.com/p/lsyncd/" arch="all" @@ -48,5 +48,5 @@ package() { } -md5sums="0b4557dd3d87a02ae0cbd7b5fc16cd0c lsyncd-2.0.4.tar.gz +md5sums="4ef8787f6e3a402a9a2bcb84c123fb17 lsyncd-2.0.7.tar.gz b3d38982ef1a6e09a76586418ec6c35d lsyncd.initd" |