Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = syncstorage-rs
PKG_VERS = 0.17.15
PKG_VERS = 0.18.2
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mozilla-services/$(PKG_NAME)/archive/${PKG_VERS}
Expand Down
6 changes: 3 additions & 3 deletions cross/syncstorage-rs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
syncstorage-rs-0.17.15.tar.gz SHA1 8ad56f7cf5d26bfcb8f02160bb420ea815e614cb
syncstorage-rs-0.17.15.tar.gz SHA256 eee17d5b69b59415d83bf3957e3f92da1a4eb0e443e74c39ecac9292be00943f
syncstorage-rs-0.17.15.tar.gz MD5 f1b5a9a54a54d0aefcc9dd472e3a7143
syncstorage-rs-0.18.2.tar.gz SHA1 b5eda7e8d2168ece628336d2a2e321916a048c41
syncstorage-rs-0.18.2.tar.gz SHA256 901c3ef6296ba36300f44d56317769c81c87f756ab0f8e5c2ebb7049135a5f4c
syncstorage-rs-0.18.2.tar.gz MD5 fc6e691358a468ab1f4f2567ea78b1cf
6 changes: 3 additions & 3 deletions spk/ffsync/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = ffsync
SPK_VERS = 0.17.15
SPK_REV = 3
SPK_VERS = 0.18.2
SPK_REV = 4
SPK_ICON = src/ffsync.png

DEPENDS = cross/syncstorage-rs cross/diesel
Expand All @@ -16,7 +16,7 @@ SPK_DEPENDS = MariaDB10:$(PYTHON_PACKAGE)
MAINTAINER = SynoCommunity
DESCRIPTION = An implementation of the Mozilla Sync-1.5 Server protocol used by the sync service in Firefox 29 and later. You can use Mozilla Sync Server to exchange browser data \(bookmarks, history, open tabs, passwords, add-ons, and the like\) between \'clients\' in a manner that respects a user\'s security and privacy. The service runs on port 8132.
DISPLAY_NAME = Mozilla Sync Server
CHANGELOG = "Update Mozilla Sync Server package to v0.17.15."
CHANGELOG = "Update Mozilla Sync Server package to v0.18.2."

HOMEPAGE = https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
LICENSE = MPL 2.0
Expand Down
Loading