Skip to content

Commit

Permalink
Fix outdated checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Oct 16, 2019
1 parent 8212f95 commit e2a8c66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = gotify-server-bin
pkgdesc = A simple server for sending and receiving messages
pkgver = 2.0.9
pkgrel = 1
pkgrel = 2
url = https://github.com/gotify/server
arch = x86_64
license = MIT
Expand All @@ -16,7 +16,7 @@ pkgbase = gotify-server-bin
source = gotify-server.sysusers
source = gotify-server.service
sha256sums = 3926b3195812a56a24b8ddb889c2dce14b2702e928593b89a422c47c2f2b463d
sha256sums = 2c469de4161ac354004d801b0d70395b710dc38739a57fa0c832314d0aab34ca
sha256sums = 02bc36fd509843d33efe801561141fe7ea0b0b7fb5275163c3777c09cac2524b
sha256sums = eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0
sha256sums = 14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641
sha256sums = 4fbff6e5ade1ec96cff61b4bc933ef7771f63b6df5c8e43323a8fe4d341a5a4d
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=gotify-server-bin
_pkgname=gotify-server
pkgver=2.0.9
pkgrel=1
pkgrel=2
pkgdesc='A simple server for sending and receiving messages'
arch=('x86_64')
url='https://github.com/gotify/server'
Expand All @@ -19,7 +19,7 @@ source=("$url/releases/download/v${pkgver}/gotify-linux-amd64.zip"
'gotify-server.sysusers'
'gotify-server.service')
sha256sums=('3926b3195812a56a24b8ddb889c2dce14b2702e928593b89a422c47c2f2b463d'
'2c469de4161ac354004d801b0d70395b710dc38739a57fa0c832314d0aab34ca'
'02bc36fd509843d33efe801561141fe7ea0b0b7fb5275163c3777c09cac2524b'
'eface4b7901b849cf97fb62c691e37b0bf1dd80e947a3da193379bcf7e92c7b0'
'14bd1a9270b089b99d9bbe8ebdd0c208c3f74c7347a792d508ffce75b0e1c641'
'4fbff6e5ade1ec96cff61b4bc933ef7771f63b6df5c8e43323a8fe4d341a5a4d'
Expand Down

0 comments on commit e2a8c66

Please sign in to comment.