Compare commits

..

1 commit

Author SHA1 Message Date
6e9147773b
ilot/listmonk: upgrade to 5.0.0
Some checks failed
/ lint (pull_request) Successful in 30s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 51s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 1m47s
2025-05-09 11:04:15 -04:00
2 changed files with 0 additions and 14 deletions

View file

@ -18,7 +18,6 @@ source="
$pkgname-$pkgver.tar.gz::https://github.com/knadh/listmonk/archive/v$pkgver.tar.gz
listmonk.sh
listmonk.openrc
use-go-1.23.patch
"
install="$pkgname.pre-install $pkgname.post-install $pkgname.post-upgrade"
subpackages="$pkgname-openrc"
@ -71,5 +70,4 @@ sha512sums="
b0875124106ac737550eb340c209f079698c0b9e1f1e55c70eca113720dbc9dcfaac63aa65722299a1448a582cedf0f9ee20b24ea0625d4e780d83e0d6bab198 listmonk-5.0.0.tar.gz
939450af4b23708e3d23a5a88fad4c24b957090bdd21351a6dd520959e52e45e5fcac117a3eafa280d9506616dae39ad3943589571f008cac5abe1ffd8062424 listmonk.sh
8e9c0b1f335c295fb741418246eb17c7566e5e4200a284c6483433e8ddbf5250aa692435211cf062ad1dfcdce3fae9148def28f03f2492d33fe5e66cbeebd4bd listmonk.openrc
17cfaae69348daef4ae68403178444934d1bac9660695ba6a7f125ccfa9aa831ef5443cb90cc626b1a1625efeb82bad9648a58bd45b04ddb3c86a1058001098d use-go-1.23.patch
"

View file

@ -1,12 +0,0 @@
diff --git a/go.mod.orig b/go.mod
index 1fa857a..1280236 100644
--- a/go.mod.orig
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/knadh/listmonk
-go 1.24.1
+go 1.23.9
require (
github.com/Masterminds/sprig/v3 v3.3.0