Skip to content

Commit 5823ba6

Browse files
jason1987dDuncaen
authored andcommitted
miniflux: update to 2.2.9.
1 parent 000de23 commit 5823ba6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
[ -r conf ] && . ./conf
33
exec 2>&1
4-
exec chpst -u _miniflux miniflux.app
4+
exec chpst -u _miniflux miniflux.app ${OPTS}

srcpkgs/miniflux/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'miniflux'
22
pkgname=miniflux
3-
version=2.2.4
3+
version=2.2.9
44
revision=1
55
build_style=go
66
go_import_path="miniflux.app/v2"
@@ -11,7 +11,7 @@ license="Apache-2.0"
1111
homepage="https://miniflux.app"
1212
changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
1313
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
14-
checksum=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
14+
checksum=7735912fbb232fd588f16528ead4b3a7e5bd02688827120316ba5c60f5fc0bcd
1515
system_accounts="_miniflux"
1616

1717
post_install() {

0 commit comments

Comments
 (0)