diff --git a/.SRCINFO b/.SRCINFO index a4cd6e8..1dc1a9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gotify-server-bin pkgdesc = A simple server for sending and receiving messages - pkgver = 2.5.0 - pkgrel = 2 + pkgver = 2.6.0 + pkgrel = 1 url = https://github.com/gotify/server arch = x86_64 arch = i686 @@ -12,7 +12,7 @@ pkgbase = gotify-server-bin provides = gotify-server conflicts = gotify-server backup = etc/gotify/config.yml - source = https://raw.githubusercontent.com/gotify/server/v2.5.0/config.example.yml + source = https://raw.githubusercontent.com/gotify/server/v2.6.0/config.example.yml source = config.patch source = tmpfiles.conf source = sysusers.conf @@ -22,13 +22,13 @@ pkgbase = gotify-server-bin sha256sums = e09a6bcb2bbc1d8d28ec21c86cef260a42a93650b13bd82f59cfc0e3838a3c66 sha256sums = 150a84f2f89d70c147cc3a2dbddb469f262ed2e8b6d3ffcb74eccb49dfdb2a24 sha256sums = 9aa04ff9a2981aa885d4f8df7467c4d7722aa12de7ae27376a4a11b559a0d1e2 - source_x86_64 = gotify-linux-amd64-2.5.0.zip::https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-amd64.zip - sha256sums_x86_64 = 6cf0fb4608f734008c42850c15248a287621b620852d91d8cec6787d1c0e7189 - source_i686 = gotify-linux-386-2.5.0.zip::https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-386.zip - sha256sums_i686 = a17340eeb95062ca39c36c1047cad16e9f97b4a33b914cef97b3bf3bff069d42 - source_armv7h = gotify-linux-arm-7-2.5.0.zip::https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm-7.zip - sha256sums_armv7h = 85017500913394421a9fa31e339327fb73cc3ee8753724cfcb95728c46de556a - source_aarch64 = gotify-linux-arm64-2.5.0.zip::https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm64.zip - sha256sums_aarch64 = c84c794719d1c56fc9c1b781579ac3c5326995a201cf758ce38d5aa208e070ad + source_x86_64 = gotify-linux-amd64-2.6.0.zip::https://github.com/gotify/server/releases/download/v2.6.0/gotify-linux-amd64.zip + sha256sums_x86_64 = 4555986a679d1b18343e429637d1cfaccf3ed94958206df069a3d01019584a32 + source_i686 = gotify-linux-386-2.6.0.zip::https://github.com/gotify/server/releases/download/v2.6.0/gotify-linux-386.zip + sha256sums_i686 = 0f178301c0d08a7a85d61cf39d6ea694475546b3a0df5598ce9ee7939179ff5d + source_armv7h = gotify-linux-arm-7-2.6.0.zip::https://github.com/gotify/server/releases/download/v2.6.0/gotify-linux-arm-7.zip + sha256sums_armv7h = 8fe39d9e33cdc46c1853ba48284b6f87823b9dcc5942dbb88be8eee3492b2d6a + source_aarch64 = gotify-linux-arm64-2.6.0.zip::https://github.com/gotify/server/releases/download/v2.6.0/gotify-linux-arm64.zip + sha256sums_aarch64 = c04bd48bdf754fe3f736010b04c2974aad0e07b89cbb6a577fd839f557a4aaff pkgname = gotify-server-bin diff --git a/PKGBUILD b/PKGBUILD index 38d79f5..59e1fbd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=gotify-server pkgname=${_pkgname}-bin -pkgver=2.5.0 -pkgrel=2 +pkgver=2.6.0 +pkgrel=1 pkgdesc='A simple server for sending and receiving messages' arch=('x86_64' 'i686' 'armv7h' 'aarch64') url='https://github.com/gotify/server' @@ -36,10 +36,10 @@ sha256sums=('2fa745496bf234879d18b417f10911ac145be5ed13a5379e38e2b50a650f5fc0' 'e09a6bcb2bbc1d8d28ec21c86cef260a42a93650b13bd82f59cfc0e3838a3c66' '150a84f2f89d70c147cc3a2dbddb469f262ed2e8b6d3ffcb74eccb49dfdb2a24' '9aa04ff9a2981aa885d4f8df7467c4d7722aa12de7ae27376a4a11b559a0d1e2') -sha256sums_x86_64=('6cf0fb4608f734008c42850c15248a287621b620852d91d8cec6787d1c0e7189') -sha256sums_i686=('a17340eeb95062ca39c36c1047cad16e9f97b4a33b914cef97b3bf3bff069d42') -sha256sums_armv7h=('85017500913394421a9fa31e339327fb73cc3ee8753724cfcb95728c46de556a') -sha256sums_aarch64=('c84c794719d1c56fc9c1b781579ac3c5326995a201cf758ce38d5aa208e070ad') +sha256sums_x86_64=('4555986a679d1b18343e429637d1cfaccf3ed94958206df069a3d01019584a32') +sha256sums_i686=('0f178301c0d08a7a85d61cf39d6ea694475546b3a0df5598ce9ee7939179ff5d') +sha256sums_armv7h=('8fe39d9e33cdc46c1853ba48284b6f87823b9dcc5942dbb88be8eee3492b2d6a') +sha256sums_aarch64=('c04bd48bdf754fe3f736010b04c2974aad0e07b89cbb6a577fd839f557a4aaff') prepare() { patch --follow-symlinks --forward -o "$srcdir/config.yml" config.example.yml config.patch