Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages /
ocaml-fmt
Commits:
f43b9a97 by Juergen Hoetzel at 2025-11-01T20:16:54+01:00
upgpkg: 0.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ocaml-fmt
pkgdesc = OCaml Format pretty-printer combinators
- pkgver = 0.10.0
- pkgrel = 2
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://erratique.ch/software/fmt
arch = x86_64
license = ISC
@@ -12,7 +12,7 @@ pkgbase = ocaml-fmt
depends = ocaml
depends = ocaml-cmdliner
options = !strip
- source = https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz
- sha256sums =
78381e73e156d85f392f37e4285aac998777316599b012173219574f7c5d2997
+ source = https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz
+ sha256sums =
857cfd47a54b52429cd9b3e2665e44173cd1bd3b435bece7172f984ad5376a1b
pkgname = ocaml-fmt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkgname=fmt
pkgname=ocaml-${_pkgname}
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc="OCaml Format pretty-printer combinators"
arch=('x86_64')
url="https://erratique.ch/software/fmt"
@@ -12,7 +12,7 @@ depends=('ocaml' 'ocaml-cmdliner')
makedepends=('ocaml-findlib' 'ocamlbuild' 'ocaml-topkg' 'opam')
options=('!strip')
source=("https://erratique.ch/software/${_pkgname}/releases/${_pkgname}-${pkgver}.tbz")
-sha256sums=('78381e73e156d85f392f37e4285aac998777316599b012173219574f7c5d2997')
+sha256sums=('857cfd47a54b52429cd9b3e2665e44173cd1bd3b435bece7172f984ad5376a1b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-fmt/-/commit/f43b9a976d0bd647a689cbf5652e31185f841b40
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-fmt/-/commit/f43b9a976d0bd647a689cbf5652e31185f841b40
You're receiving this email because of your account on gitlab.archlinux.org.