Skip to content

Commit

Permalink
updpkg: 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Nov 16, 2024
1 parent fddc7a7 commit c7227b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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.6.0
pkgver = 2.6.1
pkgrel = 1
url = https://github.com/gotify/server
arch = x86_64
Expand All @@ -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.6.0/config.example.yml
source = https://raw.githubusercontent.com/gotify/server/v2.6.1/config.example.yml
source = config.patch
source = tmpfiles.conf
source = sysusers.conf
Expand All @@ -22,13 +22,13 @@ pkgbase = gotify-server-bin
sha256sums = e09a6bcb2bbc1d8d28ec21c86cef260a42a93650b13bd82f59cfc0e3838a3c66
sha256sums = 150a84f2f89d70c147cc3a2dbddb469f262ed2e8b6d3ffcb74eccb49dfdb2a24
sha256sums = 9aa04ff9a2981aa885d4f8df7467c4d7722aa12de7ae27376a4a11b559a0d1e2
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
source_x86_64 = gotify-linux-amd64-2.6.1.zip::https://github.com/gotify/server/releases/download/v2.6.1/gotify-linux-amd64.zip
sha256sums_x86_64 = 77c90e271011d0a9f9024b0f869d0e044d886593639b5884050de0073739fab3
source_i686 = gotify-linux-386-2.6.1.zip::https://github.com/gotify/server/releases/download/v2.6.1/gotify-linux-386.zip
sha256sums_i686 = c16993051294701a71933859b1b4512e9095d95edbf1bce43e69115f6f08353b
source_armv7h = gotify-linux-arm-7-2.6.1.zip::https://github.com/gotify/server/releases/download/v2.6.1/gotify-linux-arm-7.zip
sha256sums_armv7h = 43f300ae5985f2520a91b437925141a925356fa3074f075d4e9b7fe9fdfffd1b
source_aarch64 = gotify-linux-arm64-2.6.1.zip::https://github.com/gotify/server/releases/download/v2.6.1/gotify-linux-arm64.zip
sha256sums_aarch64 = 1e333b1b2bdb7d9c7c128819331132d023808352684129e43d2d338368a848b7

pkgname = gotify-server-bin
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgname=gotify-server
pkgname=${_pkgname}-bin
pkgver=2.6.0
pkgver=2.6.1
pkgrel=1
pkgdesc='A simple server for sending and receiving messages'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
Expand Down Expand Up @@ -36,10 +36,10 @@ sha256sums=('2fa745496bf234879d18b417f10911ac145be5ed13a5379e38e2b50a650f5fc0'
'e09a6bcb2bbc1d8d28ec21c86cef260a42a93650b13bd82f59cfc0e3838a3c66'
'150a84f2f89d70c147cc3a2dbddb469f262ed2e8b6d3ffcb74eccb49dfdb2a24'
'9aa04ff9a2981aa885d4f8df7467c4d7722aa12de7ae27376a4a11b559a0d1e2')
sha256sums_x86_64=('4555986a679d1b18343e429637d1cfaccf3ed94958206df069a3d01019584a32')
sha256sums_i686=('0f178301c0d08a7a85d61cf39d6ea694475546b3a0df5598ce9ee7939179ff5d')
sha256sums_armv7h=('8fe39d9e33cdc46c1853ba48284b6f87823b9dcc5942dbb88be8eee3492b2d6a')
sha256sums_aarch64=('c04bd48bdf754fe3f736010b04c2974aad0e07b89cbb6a577fd839f557a4aaff')
sha256sums_x86_64=('77c90e271011d0a9f9024b0f869d0e044d886593639b5884050de0073739fab3')
sha256sums_i686=('c16993051294701a71933859b1b4512e9095d95edbf1bce43e69115f6f08353b')
sha256sums_armv7h=('43f300ae5985f2520a91b437925141a925356fa3074f075d4e9b7fe9fdfffd1b')
sha256sums_aarch64=('1e333b1b2bdb7d9c7c128819331132d023808352684129e43d2d338368a848b7')

prepare() {
patch --follow-symlinks --forward -o "$srcdir/config.yml" config.example.yml config.patch
Expand Down

0 comments on commit c7227b3

Please sign in to comment.