diff --git a/ilot/listmonk/APKBUILD b/ilot/listmonk/APKBUILD index 704084b..75df130 100644 --- a/ilot/listmonk/APKBUILD +++ b/ilot/listmonk/APKBUILD @@ -18,6 +18,7 @@ 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" @@ -70,4 +71,5 @@ sha512sums=" b0875124106ac737550eb340c209f079698c0b9e1f1e55c70eca113720dbc9dcfaac63aa65722299a1448a582cedf0f9ee20b24ea0625d4e780d83e0d6bab198 listmonk-5.0.0.tar.gz 939450af4b23708e3d23a5a88fad4c24b957090bdd21351a6dd520959e52e45e5fcac117a3eafa280d9506616dae39ad3943589571f008cac5abe1ffd8062424 listmonk.sh 8e9c0b1f335c295fb741418246eb17c7566e5e4200a284c6483433e8ddbf5250aa692435211cf062ad1dfcdce3fae9148def28f03f2492d33fe5e66cbeebd4bd listmonk.openrc +17cfaae69348daef4ae68403178444934d1bac9660695ba6a7f125ccfa9aa831ef5443cb90cc626b1a1625efeb82bad9648a58bd45b04ddb3c86a1058001098d use-go-1.23.patch " diff --git a/ilot/listmonk/use-go-1.23.patch b/ilot/listmonk/use-go-1.23.patch new file mode 100644 index 0000000..d1f15fb --- /dev/null +++ b/ilot/listmonk/use-go-1.23.patch @@ -0,0 +1,12 @@ +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