Skip to content

Commit dbdcfba

Browse files
committed
Release 1.5.1
* Fix constness of ptr argument to `GuiListViewEx` * Distingish msys and other mingw environments
1 parent 6e944a9 commit dbdcfba

File tree

2 files changed

+12
-14
lines changed
  • packages
    • raygui/raygui.1.5.1
    • raylib/raylib.1.5.1

2 files changed

+12
-14
lines changed

packages/raygui/raygui.1.5.0/opam renamed to packages/raygui/raygui.1.5.1/opam

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ license: "MIT"
77
homepage: "https://github.com/tjammer/raylib-ocaml"
88
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
99
depends: [
10-
"ocaml" {>= "4.05"}
11-
"dune" {>= "3.17" & >= "3.17"}
12-
"dune-configurator"
13-
"ctypes" {>= "0.14"}
10+
"dune" {>= "3.20"}
1411
"raylib" {= version}
15-
"patch" {>= "3.0.0"}
1612
"odoc" {with-doc}
1713
]
1814
build: [
@@ -30,17 +26,18 @@ build: [
3026
]
3127
]
3228
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
29+
x-maintenance-intent: ["(latest)"]
3330
available: [arch != "arm32" & arch != "ppc64"]
3431
x-ci-accept-failures: [
3532
"centos-7" # C compiler is too old
3633
"oraclelinux-7" # C compiler is too old
3734
]
3835
url {
3936
src:
40-
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.0/raylib-1.5.0.tbz"
37+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.1/raylib-1.5.1.tbz"
4138
checksum: [
42-
"sha256=68a7af41282ea3ed8917ad2d632978264bca6b3811f57dd35637c8b20ca24d0d"
43-
"sha512=01e811b8a9a2f831dfbb1dc894b7053055a5c2e5d5eed19f6f329b7e951e6042bbe3210f77b126883ea8aeb2925607f0083cdf674ea48aec9f373a29c9523eaf"
39+
"sha256=199b89fdf24624b142b424a36b957c5a24e2e789fe5d51a94a57e83d20ffcd42"
40+
"sha512=2ddcb9b341fc6583fa7f380374fd2d600eb3ad5dd31b3b7f91c5e2941c44db1ee2dc30748a524c4c2d33fa357a86befadb5b2a8de8cf76741030000172c668df"
4441
]
4542
}
46-
x-commit-hash: "53a9847f2f5061a8e4dd7cd3a5bb2c9c30e43216"
43+
x-commit-hash: "77b48c06d2c9dc012e483296084be9774b1fe6b7"

packages/raylib/raylib.1.5.0/opam renamed to packages/raylib/raylib.1.5.1/opam

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/tjammer/raylib-ocaml"
88
bug-reports: "https://github.com/tjammer/raylib-ocaml/issues"
99
depends: [
1010
"ocaml" {>= "4.08.0"}
11-
"dune" {>= "3.17" & >= "3.17"}
11+
"dune" {>= "3.20" & >= "3.20"}
1212
"dune-configurator"
1313
"ctypes" {>= "0.14"}
1414
"integers" {>= "0.5"}
@@ -35,17 +35,18 @@ build: [
3535
]
3636
]
3737
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
38+
x-maintenance-intent: ["(latest)"]
3839
available: [arch != "arm32" & arch != "ppc64"]
3940
x-ci-accept-failures: [
4041
"centos-7" # C compiler is too old
4142
"oraclelinux-7" # C compiler is too old
4243
]
4344
url {
4445
src:
45-
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.0/raylib-1.5.0.tbz"
46+
"https://github.com/tjammer/raylib-ocaml/releases/download/1.5.1/raylib-1.5.1.tbz"
4647
checksum: [
47-
"sha256=68a7af41282ea3ed8917ad2d632978264bca6b3811f57dd35637c8b20ca24d0d"
48-
"sha512=01e811b8a9a2f831dfbb1dc894b7053055a5c2e5d5eed19f6f329b7e951e6042bbe3210f77b126883ea8aeb2925607f0083cdf674ea48aec9f373a29c9523eaf"
48+
"sha256=199b89fdf24624b142b424a36b957c5a24e2e789fe5d51a94a57e83d20ffcd42"
49+
"sha512=2ddcb9b341fc6583fa7f380374fd2d600eb3ad5dd31b3b7f91c5e2941c44db1ee2dc30748a524c4c2d33fa357a86befadb5b2a8de8cf76741030000172c668df"
4950
]
5051
}
51-
x-commit-hash: "53a9847f2f5061a8e4dd7cd3a5bb2c9c30e43216"
52+
x-commit-hash: "77b48c06d2c9dc012e483296084be9774b1fe6b7"

0 commit comments

Comments
 (0)