miniflux: update to 2.0.14.

This commit is contained in:
Johannes 2019-01-20 18:40:06 +01:00 committed by Johannes
parent dd844469cb
commit 82e8f1c4af
2 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec chpst -u _miniflux miniflux.app

View File

@ -1,6 +1,6 @@
# Template file for 'miniflux'
pkgname=miniflux
version=2.0.13
version=2.0.14
revision=1
build_style=go
go_import_path="github.com/miniflux/miniflux"
@ -12,5 +12,9 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="Apache-2.0"
homepage="https://miniflux.app"
distfiles="https://github.com/miniflux/miniflux/archive/${version}.tar.gz"
checksum=c0213cdc2d6dbdb5cc8fd68a94fe8dd5d699b49faf6c77ad189376117e4e1ceb
system_accounts="${pkgname}"
checksum=e0a47315c3c034241db7ca849f1a7aa80f59f6e5abe3f1e60e4332a882744e7a
system_accounts="_miniflux"
post_install() {
vsv miniflux
}