File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ build: [
5757 ]
5858]
5959dev-repo: "git+https://github.com/ygrek/extunix.git"
60- depexts: [["libexecinfo-dev"] {os = "alpine" & "3.5" <= os-version & os-version < "3.17"}]
60+ depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161url {
6262 src: "https://ygrek.org/p/release/ocaml-extunix/ocaml-extunix-0.3.2.tar.gz"
6363 checksum: [
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ build: [
5757 ]
5858]
5959dev-repo: "git+https://github.com/ygrek/extunix.git"
60- depexts: [["libexecinfo-dev"] {os = "alpine" & "3.5" <= os-version & os-version < "3.17"}]
60+ depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161url {
6262 src:
6363 "https://github.com/ygrek/extunix/releases/download/v0.4.0/extunix-0.4.0.tbz"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ build: [
5757 ]
5858]
5959dev-repo: "git+https://github.com/ygrek/extunix.git"
60- depexts: [["libexecinfo-dev"] {os = "alpine" & "3.5" <= os-version & os-version < "3.17"}]
60+ depexts: [["libexecinfo-dev"] {os = "alpine" & os-version >= "3.5" & os-version < "3.17"}]
6161url {
6262 src:
6363 "https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz"
You can’t perform that action at this time.
0 commit comments