diff options
| author | mail_redacted_for_web | 2026-05-15 10:49:33 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-05-15 10:49:33 +0200 |
| commit | 31e125ad79b1733cc95ce765bc93283475034ab5 (patch) | |
| tree | 7e643398d8934fe56b65a8b569a685b2774e47d4 | |
| parent | aee8cdb69f493b4daf802f13f1951503f8fd2f22 (diff) | |
| download | forgejo-lirion-master.tar.bz2 | |
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | nfpm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: -FJVER := 14.0.1 +FJVER := 15.0.2 dirs: dirs-amd64 dirs-arm-6 dirs-arm64 dirs-amd64: diff --git a/nfpm/Makefile b/nfpm/Makefile index da8c3ea..7699237 100644 --- a/nfpm/Makefile +++ b/nfpm/Makefile @@ -1,4 +1,4 @@ -FJVER := 14.0.1 +FJVER := 15.0.2 all: skel chglog build |
