Skip to content

Commit

Permalink
Update syncstorage-rs to v0.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 20, 2024
1 parent e4f928b commit bdcdf71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.3
PKG_VERS = 0.17.14
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.3.tar.gz SHA1 e6da28070110db3ca84288944ba7a91724c594f8
syncstorage-rs-0.17.3.tar.gz SHA256 ebf25922bca64d6a0acfc25a8aee400cd0ac0f39ebe1315251fe67a59ff20964
syncstorage-rs-0.17.3.tar.gz MD5 2954ee9715062ea1ca8bc3f56dcb46af
syncstorage-rs-0.17.14.tar.gz SHA1 0ff135a2c178a9d13c027064f9d463ade24ce7c9
syncstorage-rs-0.17.14.tar.gz SHA256 ce08a97999652f9f3588b2c4c29b5acdac821e6e005fa840ac9ea029404f63af
syncstorage-rs-0.17.14.tar.gz MD5 20207122c113ddbcf96014a683a441d5
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.3
SPK_REV = 2
SPK_VERS = 0.17.14
SPK_REV = 3
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.3."
CHANGELOG = "Update Mozilla Sync Server package to v0.17.14."

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

0 comments on commit bdcdf71

Please sign in to comment.