diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-09 04:06:24 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-09 04:06:24 +0000 |
commit | f578debfd17a7f06c6f4f8a0c2fde11e96b0afee (patch) | |
tree | ee8d8e9c2ce58bc81a922c09131be65efc50f21a /community/syncthing | |
parent | 7f65cca764732fe9c5f501ca636b4e2382bfd90d (diff) |
Wed Jul 9 04:03:14 UTC 2014
Diffstat (limited to 'community/syncthing')
-rw-r--r-- | community/syncthing/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/syncthing/PKGBUILD b/community/syncthing/PKGBUILD index 40d0f7d4d..162149f1d 100644 --- a/community/syncthing/PKGBUILD +++ b/community/syncthing/PKGBUILD @@ -6,8 +6,8 @@ _pkgstamp=$(date +%s) pkgname=syncthing -pkgver=0.8.17 -pkgrel=2 +pkgver=0.8.18 +pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" license=('MIT') @@ -17,7 +17,7 @@ makedepends=('go' 'godep' 'inetutils' 'sed') source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz" "syncthing@.service" "syncthing.1") -sha1sums=('5915f8bd29bfa239b79f884dc2d5195538dd2742' +sha1sums=('e643d6b0f3610ca74496c7020aaa19906b75a51a' '204cad3823306c793a14a17a23220e26199160d4' '17be8b3f99c577e325765abc251f597e204d7711') install=${pkgname}.install |