Skip to content

Commit f17c92d

Browse files
committed
depends: minor fixes
1 parent efc0546 commit f17c92d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

contrib/depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=boost
22
$(package)_version=1.85.0
3-
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
3+
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
44
$(package)_file_name=$(package)_$(subst .,_,$($(package)_version)).tar.gz
55
$(package)_sha256_hash=be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b
66
$(package)_patches=disable_addr2line.patch filesystem_macos_sdk.patch

contrib/depends/packages/libffi.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package := libffi
2-
$(package)_version := 3.4.6
1+
package=libffi
2+
$(package)_version=3.4.6
33
$(package)_download_path := https://github.com/libffi/$(package)/releases/download/v$($(package)_version)
44
$(package)_file_name := libffi-$($(package)_version).tar.gz
55
$(package)_sha256_hash := b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e

contrib/depends/packages/native_libffi.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package := native_libffi
2-
$(package)_version := 3.4.6
1+
package=native_libffi
2+
$(package)_version=3.4.6
33
$(package)_download_path := https://github.com/libffi/$(package)/releases/download/v$($(package)_version)
44
$(package)_file_name := libffi-$($(package)_version).tar.gz
55
$(package)_sha256_hash := b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e

contrib/depends/packages/native_wayland.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package := native_wayland
2-
$(package)_version := 1.23.1
1+
package=native_wayland
2+
$(package)_version=1.23.1
33
$(package)_download_path := https://gitlab.freedesktop.org/wayland/wayland/-/releases/$($(package)_version)/downloads/
44
$(package)_file_name := wayland-$($(package)_version).tar.xz
55
$(package)_sha256_hash := 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed

contrib/depends/packages/wayland.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package := wayland
2-
$(package)_version := 1.23.1
1+
package=wayland
2+
$(package)_version=1.23.1
33
$(package)_download_path := https://gitlab.freedesktop.org/wayland/wayland/-/releases/$($(package)_version)/downloads/
44
$(package)_file_name := wayland-$($(package)_version).tar.xz
55
$(package)_sha256_hash := 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed

0 commit comments

Comments
 (0)