upgpkg: firefox-syncstorage 0.13.4-1

upstream release
This commit is contained in:
Manuel 2023-02-24 23:23:47 +01:00
parent 31a2a13f07
commit 4e0f9a096e
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 5 additions and 5 deletions

View File

@ -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.13.2
pkgver = 0.13.4
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.13.2/syncstorage-rs-0.13.2.tar.gz
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.13.4/syncstorage-rs-0.13.4.tar.gz
source = firefox-syncstorage.service
sha256sums = 794866d6b6ca57f643c2f1f9b460a4d73e174df87cadd22465123d6c43f32cd6
sha256sums = adfa2161b523e08cb45a37b4fada2ef80585828576e6c6b49e1de550d1e7e7e3
sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d
pkgname = firefox-syncstorage

View File

@ -5,7 +5,7 @@
pkgname=firefox-syncstorage
_pkgname=syncstorage-rs
pkgver=0.13.2
pkgver=0.13.4
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}/${_pkgname}-${pkgver}.tar.gz"
"${pkgname}.service")
sha256sums=('794866d6b6ca57f643c2f1f9b460a4d73e174df87cadd22465123d6c43f32cd6'
sha256sums=('adfa2161b523e08cb45a37b4fada2ef80585828576e6c6b49e1de550d1e7e7e3'
'609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d')
backup=("etc/${pkgname}.toml")