Skip to content

Commit

Permalink
miniflux: update to 2.0.34.
Browse files Browse the repository at this point in the history
  • Loading branch information
steinex committed Dec 20, 2021
1 parent 5799c2c commit 74348cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/foo/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'foo'
pkgname=foo
version=
revision=1
#archs="i686 x86_64"
#wrksrc=
#create_wrksrc=yes
build_style=gnu-configure
#configure_args=""
#make_build_args=""
#make_install_args=""
#conf_files=""
#make_dirs="/var/log/dir 0755 root root"
hostmakedepends=""
makedepends=""
depends=""
short_desc=""
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3.0-or-later"
homepage=""
distfiles=""
checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
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

0 comments on commit 74348cd

Please sign in to comment.