mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
miniflux: update to 2.0.34.
This commit is contained in:
parent
5799c2cebb
commit
b79aeb08c3
1 changed files with 2 additions and 3 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'miniflux'
|
# Template file for 'miniflux'
|
||||||
pkgname=miniflux
|
pkgname=miniflux
|
||||||
version=2.0.33
|
version=2.0.34
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="v2-${version}"
|
wrksrc="v2-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="miniflux.app"
|
go_import_path="miniflux.app"
|
||||||
go_ldflags="-X miniflux.app/version.Version=${version}"
|
go_ldflags="-X miniflux.app/version.Version=${version}"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Minimalist and opinionated feed reader written in Go"
|
short_desc="Minimalist and opinionated feed reader written in Go"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://miniflux.app"
|
homepage="https://miniflux.app"
|
||||||
changelog="https://raw.githubusercontent.com/miniflux/v2/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/miniflux/v2/master/ChangeLog"
|
||||||
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
|
||||||
checksum=b61c9ddb62be8f1cc15a70a1c916d55f8ac47299df9c2323552eb275a36d2cc3
|
checksum=ce065b8afa6d220b80b9c0b9afbfe3c42f08bc77718deaeb05864bd444b4d324
|
||||||
system_accounts="_miniflux"
|
system_accounts="_miniflux"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue