Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages / ocaml
Commits:
28c940b3 by Juergen Hoetzel at 2025-11-01T14:40:28+01:00
upgpkg: 5.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ocaml
pkgdesc = A functional language with OO extensions
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://caml.inria.fr/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = ocaml
options = !makeflags
options = !emptydirs
options = staticlibs
- source =
https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz
- sha256sums =
22c1dd9de21bf43b62d1909041fb5fad648905227bf69550a6a6bef31e654f38
+ source =
https://github.com/ocaml/ocaml/releases/download/5.4.0/ocaml-5.4.0.tar.gz
+ sha256sums =
6fcf1b192e389e54c4f5cb51306ab2baee2a54a25b1770366de5a8b42695996e
pkgname = ocaml
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://caml.inria.fr/"
makedepends=('ncurses>=5.6-7')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
source=(https://github.com/ocaml/ocaml/releases/download/${pkgver}/ocaml-${pkgver}.tar.gz)
-sha256sums=('22c1dd9de21bf43b62d1909041fb5fad648905227bf69550a6a6bef31e654f38')
+sha256sums=('6fcf1b192e389e54c4f5cb51306ab2baee2a54a25b1770366de5a8b42695996e')
options=('!makeflags' '!emptydirs' 'staticlibs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml/-/commit/28c940b3d9c41a962559db6e4be87585230e2719
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml/-/commit/28c940b3d9c41a962559db6e4be87585230e2719
You're receiving this email because of your account on gitlab.archlinux.org.