Skip to content

Commit

Permalink
Bump to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Aug 26, 2020
1 parent b43bb9f commit 859cce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gotify-server-bin
pkgdesc = A simple server for sending and receiving messages
pkgver = 2.0.16
pkgver = 2.0.17
pkgrel = 1
url = https://github.com/gotify/server
arch = x86_64
Expand All @@ -9,13 +9,13 @@ pkgbase = gotify-server-bin
provides = gotify-server
conflicts = gotify-server
backup = etc/gotify/config.yml
source = https://github.com/gotify/server/releases/download/v2.0.16/gotify-linux-amd64.zip
source = https://raw.githubusercontent.com/gotify/server/v2.0.16/config.example.yml
source = https://github.com/gotify/server/releases/download/v2.0.17/gotify-linux-amd64.zip
source = https://raw.githubusercontent.com/gotify/server/v2.0.17/config.example.yml
source = gotify-arch-defaults.patch
source = gotify-server.tmpfiles
source = gotify-server.sysusers
source = gotify-server.service
sha256sums = c0919fa83fadf6ffee12b14dd94c0662bff69e83c11f51f9f1228ac374f91bf0
sha256sums = e753928524c02126330266951f157f00f8557acc01a0de890116af72e99b437f
sha256sums = 7974114dffba03d66dba4f2858b521a72dafccc7646ecab972ed074a1e3ff52b
sha256sums = eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0
sha256sums = 14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=gotify-server-bin
_pkgname=gotify-server
pkgver=2.0.16
pkgver=2.0.17
pkgrel=1
pkgdesc='A simple server for sending and receiving messages'
arch=('x86_64')
Expand All @@ -18,7 +18,7 @@ source=("$url/releases/download/v${pkgver}/gotify-linux-amd64.zip"
'gotify-server.tmpfiles'
'gotify-server.sysusers'
'gotify-server.service')
sha256sums=('c0919fa83fadf6ffee12b14dd94c0662bff69e83c11f51f9f1228ac374f91bf0'
sha256sums=('e753928524c02126330266951f157f00f8557acc01a0de890116af72e99b437f'
'7974114dffba03d66dba4f2858b521a72dafccc7646ecab972ed074a1e3ff52b'
'eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0'
'14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641'
Expand Down

0 comments on commit 859cce4

Please sign in to comment.