mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
activityrelay: update to 0.2.4.
This commit is contained in:
parent
6ee1950c02
commit
367d7c4239
2 changed files with 5 additions and 5 deletions
|
@ -2,4 +2,4 @@
|
|||
[ -r ./conf ] && . ./conf
|
||||
exec 2>&1
|
||||
exec chpst -u _activityrelay:_activityrelay activityrelay \
|
||||
-c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml}
|
||||
-c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml} run
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'activityrelay'
|
||||
pkgname=activityrelay
|
||||
version=0.2.2
|
||||
revision=2
|
||||
version=0.2.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-aiohttp python3-cachetools python3-click python3-pycryptodome
|
||||
depends="python3-aiohttp python3-aputils python3-cachetools python3-click
|
||||
python3-yaml"
|
||||
short_desc="Generic LitePub relay (works with LitePub consumers and Mastodon)"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://git.pleroma.social/pleroma/relay"
|
||||
distfiles="https://git.pleroma.social/pleroma/relay/-/archive/${version}/relay-${version}.tar.gz"
|
||||
checksum=f460037a522e45fd030735da893e5851d90b6340caab0bcd24346996474aac25
|
||||
checksum=32c127b789d3305301f6a408299a9d59035665674dae6806fb4bb3206698b40e
|
||||
make_check=no # no tests specified
|
||||
|
||||
system_accounts="_activityrelay"
|
||||
|
|
Loading…
Add table
Reference in a new issue