From 1964c5cea8c76a0a4a0c50eea7a991e12d47ea13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 24 Sep 2022 21:38:02 +0200 Subject: [PATCH] Version 0.12.3 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 00daeb8..711a5eb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firefox-syncstorage pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server - pkgver = 0.12.2 + pkgver = 0.12.3 pkgrel = 1 url = https://github.com/mozilla-services/syncstorage-rs install = firefox-syncstorage.install @@ -20,9 +20,9 @@ pkgbase = firefox-syncstorage depends = python-tokenlib optdepends = mysql: for use with a local database server backup = etc/firefox-syncstorage.toml - source = https://github.com/mozilla-services/syncstorage-rs/archive/0.12.2.tar.gz + source = https://github.com/mozilla-services/syncstorage-rs/archive/0.12.3.tar.gz source = firefox-syncstorage.service - sha256sums = 625224ef27ca9674428f9e2021d3968e716465dad7961765c65bbcd00f64720e + sha256sums = aa69a5d1419e13ba7fe5f9841010ac4799bd431c2fa2c2327471360a2c6912b4 sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d pkgname = firefox-syncstorage diff --git a/PKGBUILD b/PKGBUILD index 65682bc..0d49751 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=firefox-syncstorage _pkgname=syncstorage-rs -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server' arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -17,7 +17,7 @@ optdepends=('mysql: for use with a local database server') install="${pkgname}.install" source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}.tar.gz" "${pkgname}.service") -sha256sums=('625224ef27ca9674428f9e2021d3968e716465dad7961765c65bbcd00f64720e' +sha256sums=('aa69a5d1419e13ba7fe5f9841010ac4799bd431c2fa2c2327471360a2c6912b4' '609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d') backup=("etc/${pkgname}.toml")