mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
miniflux: update to 2.2.4, adopt.
This commit is contained in:
parent
f5d7a1c4f6
commit
0f05cb6f1c
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'miniflux'
|
# Template file for 'miniflux'
|
||||||
pkgname=miniflux
|
pkgname=miniflux
|
||||||
version=2.0.45
|
version=2.2.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="miniflux.app"
|
go_import_path="miniflux.app/v2"
|
||||||
go_ldflags="-X miniflux.app/version.Version=${version}"
|
go_ldflags="-X miniflux.app/version.Version=${version}"
|
||||||
short_desc="Minimalist and opinionated feed reader written in Go"
|
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"
|
license="Apache-2.0"
|
||||||
homepage="https://miniflux.app"
|
homepage="https://miniflux.app"
|
||||||
changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
|
changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
|
||||||
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
||||||
checksum=beef96a42e670344eae9096dc13ceb759a6b7eb085d77b96000731ae1569ca4f
|
checksum=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
|
||||||
system_accounts="_miniflux"
|
system_accounts="_miniflux"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue