upgpkg: firefox-syncstorage 0.15.2-1

upstream release
This commit is contained in:
Manuel 2024-04-16 22:49:16 +02:00
parent 9473e1da58
commit a09253c381
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.15.1
pkgver = 0.15.2
pkgrel = 1
url = https://github.com/mozilla-services/syncstorage-rs
install = firefox-syncstorage.install
@ -21,9 +21,9 @@ pkgbase = firefox-syncstorage
optdepends = mysql: for use with a local database server
options = !lto
backup = etc/firefox-syncstorage.toml
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.15.1/syncstorage-rs-0.15.1.tar.gz
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.15.2/syncstorage-rs-0.15.2.tar.gz
source = firefox-syncstorage.service
sha512sums = cf5af9995dbbf0c8ce130a1ce025c69b6221de2340b8fc242eda4f5748d26632656e133d2bb32ea9979fbed77d5ea963a5d3d0c0c76089c65160d4443cde7fc4
sha512sums = 0d3c9aae18ab139f03c537a7084d16c43918afd97864b17213fa5735e3d1f63844210f20f6b1da0fb87b06de27d9340afd738723ffc10af868aaa17425f3170e
sha512sums = 4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95
pkgname = firefox-syncstorage

View File

@ -5,7 +5,7 @@
pkgname=firefox-syncstorage
_pkgname=syncstorage-rs
pkgver=0.15.1
pkgver=0.15.2
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')
@ -18,7 +18,7 @@ options=('!lto')
install="${pkgname}.install"
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
"${pkgname}.service")
sha512sums=('cf5af9995dbbf0c8ce130a1ce025c69b6221de2340b8fc242eda4f5748d26632656e133d2bb32ea9979fbed77d5ea963a5d3d0c0c76089c65160d4443cde7fc4'
sha512sums=('0d3c9aae18ab139f03c537a7084d16c43918afd97864b17213fa5735e3d1f63844210f20f6b1da0fb87b06de27d9340afd738723ffc10af868aaa17425f3170e'
'4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95')
backup=("etc/${pkgname}.toml")