Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miniflux: update to 2.0.34. #34627

Merged
merged 1 commit into from
Dec 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/miniflux/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Template file for 'miniflux'
pkgname=miniflux
version=2.0.33
version=2.0.34
revision=1
wrksrc="v2-${version}"
build_style=go
go_import_path="miniflux.app"
go_ldflags="-X miniflux.app/version.Version=${version}"
hostmakedepends="git"
short_desc="Minimalist and opinionated feed reader written in Go"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="Apache-2.0"
homepage="https://miniflux.app"
changelog="https://raw.githubusercontent.com/miniflux/v2/master/ChangeLog"
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
checksum=b61c9ddb62be8f1cc15a70a1c916d55f8ac47299df9c2323552eb275a36d2cc3
checksum=ce065b8afa6d220b80b9c0b9afbfe3c42f08bc77718deaeb05864bd444b4d324
system_accounts="_miniflux"

post_install() {
Expand Down