mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
miniflux: update to 2.2.9.
This commit is contained in:
parent
000de238c0
commit
5823ba6d38
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec chpst -u _miniflux miniflux.app
|
exec chpst -u _miniflux miniflux.app ${OPTS}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'miniflux'
|
# Template file for 'miniflux'
|
||||||
pkgname=miniflux
|
pkgname=miniflux
|
||||||
version=2.2.4
|
version=2.2.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="miniflux.app/v2"
|
go_import_path="miniflux.app/v2"
|
||||||
|
@ -11,7 +11,7 @@ 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=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
|
checksum=7735912fbb232fd588f16528ead4b3a7e5bd02688827120316ba5c60f5fc0bcd
|
||||||
system_accounts="_miniflux"
|
system_accounts="_miniflux"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue