Package Details: gotify-server-bin 2.6.3-1

Git Clone URL: https://aur.archlinux.org/gotify-server-bin.git (read-only, click to copy)
Package Base: gotify-server-bin
Description: A simple server for sending and receiving messages
Upstream URL: https://github.com/gotify/server
Keywords: gotify notify push
Licenses: MIT
Conflicts: gotify-server
Provides: gotify-server
Submitter: buckket
Maintainer: Xyne (jmattheis)
Last Packager: jmattheis
Votes: 3
Popularity: 0.016678
First Submitted: 2019-04-18 14:47 (UTC)
Last Updated: 2025-04-27 10:19 (UTC)

Latest Comments

« First ‹ Previous 1 2

k8ie commented on 2020-12-18 16:16 (UTC) (edited on 2020-12-18 21:10 (UTC) by k8ie)

@RuneArch Definitely, and it's pretty simple too!

source_x86_64=("$url/releases/download/v${pkgver}/gotify-linux-amd64.zip")
source_armv7h=("$url/releases/download/v${pkgver}/gotify-linux-arm-7.zip")
source_aarch64=("$url/releases/download/v${pkgver}/gotify-linux-arm64.zip")

sha256sums_x86_64=('whatever')
sha256sums_armv7h=('whatever2')
sha256sums_aarch64=('whatever3')

A few binary packages that do this come to mind. jellyfin-server-bin syncthing-bin

buckket commented on 2020-10-07 17:08 (UTC)

@caltlgin You probably still have the old gotify-linux-amd64.zip lying around. makepkg won’t overwrite it automatically. The checksum is correct. Just double checked.

RuneArch commented on 2020-01-12 18:12 (UTC)

Is it possible to modify this to detect the underlying host's CPU architecture and then download the relevant package?

For example, I've just tried running this on a RasPi and it's obviously the wrong one for me... but, I'd like to keep this package up to date.

Thanks