Skip to content

Commit

Permalink
Update to v0.17.1
Browse files Browse the repository at this point in the history
Includes update to diesel 2.2.2
  • Loading branch information
mreid-tt committed Aug 2, 2024
1 parent effd6b3 commit 0749a35
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cross/diesel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = diesel
PKG_VERS = 2.1.4
PKG_VERS = 2.2.2
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/diesel-rs/diesel/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/diesel/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
diesel-2.1.4.tar.gz SHA1 ea4fd4a77bcd90038a04bcfefcee7448b63e5b03
diesel-2.1.4.tar.gz SHA256 5aac923078a5b431902d75cfca36f2990b3f11dbb2bbbc44f4538305af939657
diesel-2.1.4.tar.gz MD5 d570cfe9013331fad318a94a6a389b8d
diesel-2.2.2.tar.gz SHA1 929601760cd6afc790a16cc781c969b846d1dc1b
diesel-2.2.2.tar.gz SHA256 322d38d41077d393877afcff02f7ee3078ec2ffbe284af8a8a807d015f6efa9d
diesel-2.2.2.tar.gz MD5 f04ae0156ecfdf9cabe99c6d445e2a76
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.14.3
PKG_VERS = 0.17.1
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.14.3.tar.gz SHA1 0982c8f6d471d277b94596ecca6d8966e26826f4
syncstorage-rs-0.14.3.tar.gz SHA256 7ece5b08b2160b04ff01fa1fa61069973a63ec2f6aa34ae53fc29c9252539d96
syncstorage-rs-0.14.3.tar.gz MD5 8b96d242d3e194b50c4f2ffa18b8979f
syncstorage-rs-0.17.1.tar.gz SHA1 660e13f07851cb61c91711cb1918be6fc5b2a308
syncstorage-rs-0.17.1.tar.gz SHA256 7aa378c8981e3eeae108f84ea58d5d856fa72efcdbe25e55b320bfd58a1e6b55
syncstorage-rs-0.17.1.tar.gz MD5 82635e88d08614f78123df39e9e2b6bd

This file was deleted.

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.14.3
SPK_REV = 1
SPK_VERS = 0.17.1
SPK_REV = 2
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 = "Initial Mozilla Sync Server package."
CHANGELOG = "Update Mozilla Sync Server package to v0.17.1."

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

0 comments on commit 0749a35

Please sign in to comment.