miniflux: update to 2.2.4, adopt.
This commit is contained in:
parent
f5d7a1c4f6
commit
0f05cb6f1c
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'miniflux'
|
||||
pkgname=miniflux
|
||||
version=2.0.45
|
||||
revision=3
|
||||
version=2.2.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="miniflux.app"
|
||||
go_import_path="miniflux.app/v2"
|
||||
go_ldflags="-X miniflux.app/version.Version=${version}"
|
||||
short_desc="Minimalist and opinionated feed reader written in Go"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Jason Elswick <jason@jasondavid.us>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://miniflux.app"
|
||||
changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
|
||||
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
||||
checksum=beef96a42e670344eae9096dc13ceb759a6b7eb085d77b96000731ae1569ca4f
|
||||
checksum=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
|
||||
system_accounts="_miniflux"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue