Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] miniflux: update to 2.2.4, adopt.
@ 2025-01-01  0:12 jason1987d
  2025-01-01  0:40 ` [PR PATCH] [Updated] " jason1987d
  2025-01-04 17:38 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: jason1987d @ 2025-01-01  0:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is a new pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages miniflux
https://github.com/void-linux/void-packages/pull/53782

miniflux: update to 2.2.4, adopt.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc


A patch file from https://github.com/void-linux/void-packages/pull/53782.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-miniflux-53782.patch --]
[-- Type: text/x-diff, Size: 1282 bytes --]

From 9e9fc4053ecb24d71d4e635750e5f45b4f288c73 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.us>
Date: Tue, 31 Dec 2024 18:09:41 -0600
Subject: [PATCH] miniflux: update to 2.2.4, adopt.

---
 srcpkgs/miniflux/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/miniflux/template b/srcpkgs/miniflux/template
index b0bbfd66b99f8a..0417ed72436fe6 100644
--- a/srcpkgs/miniflux/template
+++ b/srcpkgs/miniflux/template
@@ -1,17 +1,17 @@
 # Template file for 'miniflux'
 pkgname=miniflux
-version=2.0.45
+version=2.2.4
 revision=3
 build_style=go
-go_import_path="miniflux.app"
+go_import_path="miniflux.app/v2"
 go_ldflags="-X miniflux.app/version.Version=${version}"
 short_desc="Minimalist and opinionated feed reader written in Go"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Elswick <jason@jasondavid.us>"
 license="Apache-2.0"
 homepage="https://miniflux.app"
 changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
 distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
-checksum=beef96a42e670344eae9096dc13ceb759a6b7eb085d77b96000731ae1569ca4f
+checksum=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
 system_accounts="_miniflux"
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] miniflux: update to 2.2.4, adopt.
  2025-01-01  0:12 [PR PATCH] miniflux: update to 2.2.4, adopt jason1987d
@ 2025-01-01  0:40 ` jason1987d
  2025-01-04 17:38 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2025-01-01  0:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

There is an updated pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages miniflux
https://github.com/void-linux/void-packages/pull/53782

miniflux: update to 2.2.4, adopt.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc


A patch file from https://github.com/void-linux/void-packages/pull/53782.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-miniflux-53782.patch --]
[-- Type: text/x-diff, Size: 1297 bytes --]

From 7133e4a440178169c3604a7297faf302f0e4fec8 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.us>
Date: Tue, 31 Dec 2024 18:09:41 -0600
Subject: [PATCH] miniflux: update to 2.2.4, adopt.

---
 srcpkgs/miniflux/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/miniflux/template b/srcpkgs/miniflux/template
index b0bbfd66b99f8a..c9a9e59eb2b22b 100644
--- a/srcpkgs/miniflux/template
+++ b/srcpkgs/miniflux/template
@@ -1,17 +1,17 @@
 # Template file for 'miniflux'
 pkgname=miniflux
-version=2.0.45
-revision=3
+version=2.2.4
+revision=1
 build_style=go
-go_import_path="miniflux.app"
+go_import_path="miniflux.app/v2"
 go_ldflags="-X miniflux.app/version.Version=${version}"
 short_desc="Minimalist and opinionated feed reader written in Go"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Elswick <jason@jasondavid.us>"
 license="Apache-2.0"
 homepage="https://miniflux.app"
 changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
 distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
-checksum=beef96a42e670344eae9096dc13ceb759a6b7eb085d77b96000731ae1569ca4f
+checksum=d7a00e7de54edf499d5797f09df4f77c0e66dbc57445a1837d89ae80347c07c2
 system_accounts="_miniflux"
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: miniflux: update to 2.2.4, adopt.
  2025-01-01  0:12 [PR PATCH] miniflux: update to 2.2.4, adopt jason1987d
  2025-01-01  0:40 ` [PR PATCH] [Updated] " jason1987d
@ 2025-01-04 17:38 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2025-01-04 17:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There's a merged pull request on the void-packages repository

miniflux: update to 2.2.4, adopt.
https://github.com/void-linux/void-packages/pull/53782

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-04 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-01  0:12 [PR PATCH] miniflux: update to 2.2.4, adopt jason1987d
2025-01-01  0:40 ` [PR PATCH] [Updated] " jason1987d
2025-01-04 17:38 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).