syncthing: update to 0.11.8

This commit is contained in:
gnastyle 2015-06-10 22:07:27 +00:00
parent 32643523bb
commit 012254924e
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Contributions from Arch Linux: https://www.archlinux.org/packages/community/x86_64/syncthing/
pkgname=syncthing
pkgver=0.11.7
pkgver=0.11.8
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
url="http://syncthing.net/"
@ -13,8 +13,8 @@ makedepends=('go' 'inetutils' 'sed')
source=("$pkgname-$pkgver::https://github.com/syncthing/syncthing/releases/download/v${pkgver}/syncthing-source-v${pkgver}.tar.gz"
"syncthing.1"
"syncthing.desktop"
"https://upload.wikimedia.org/wikipedia/commons/8/83/SyncthingAugustLogo.png")
sha512sums=('21b8ebbf4859c04270501068293ecffcfa06a090e7ccbfdf41144654c89f86f4ee62975ef248369f4b24f1dde8045cfe645ae5b65f265d77aa66b5e9cc7e12c0'
"syncthing.png")
sha512sums=('93942f9f22f3893099bdea4fd57ead9863713bbaf0b28ce8dd6c2239016845918589f1b33c3afc11813f47ec8f69b2ed56c20d8743c6cfd4410ef52bbc03a602'
'dafadb0c87b1f5b20c337cc0171f254586cc195304ad9b471392247537be06a98cac29575649109a176aa66ea8cee2809a051557352b86a117151e868d8392b3'
'121613768221627bb1d2e1ea8621f5ac5d2bc82a990c9f81bdc834d1348f122dbd5396b4ef3c6a7845ea492187d377dbed096683b942c64ef6c6218c28188868'
'3f93800b022a0e1d1d2b462cf1dfbc1f38a4e91ebba2b8b9a95b764617bf3303fdac91c2ceb1df3b5431523a556f3e482cf491e57e76983766aab381f96e3368')
@ -52,6 +52,6 @@ package() {
# Desktop icon
install -Dm644 "${srcdir}/${pkgname}.desktop" "$pkgdir/usr/share/applications/${pkgname}.desktop"
install -Dm644 "../../../../SyncthingAugustLogo.png" "$pkgdir/usr/share/pixmaps/${pkgname}.png"
install -Dm644 "../../../../syncthing.png" "$pkgdir/usr/share/pixmaps/${pkgname}.png"
}

BIN
syncthing/syncthing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB