mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
depends: minor fixes
This commit is contained in:
parent
efc0546600
commit
f17c92df84
5 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
package=boost
|
||||
$(package)_version=1.85.0
|
||||
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
|
||||
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
|
||||
$(package)_file_name=$(package)_$(subst .,_,$($(package)_version)).tar.gz
|
||||
$(package)_sha256_hash=be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b
|
||||
$(package)_patches=disable_addr2line.patch filesystem_macos_sdk.patch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package := libffi
|
||||
$(package)_version := 3.4.6
|
||||
package=libffi
|
||||
$(package)_version=3.4.6
|
||||
$(package)_download_path := https://github.com/libffi/$(package)/releases/download/v$($(package)_version)
|
||||
$(package)_file_name := libffi-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash := b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package := native_libffi
|
||||
$(package)_version := 3.4.6
|
||||
package=native_libffi
|
||||
$(package)_version=3.4.6
|
||||
$(package)_download_path := https://github.com/libffi/$(package)/releases/download/v$($(package)_version)
|
||||
$(package)_file_name := libffi-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash := b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package := native_wayland
|
||||
$(package)_version := 1.23.1
|
||||
package=native_wayland
|
||||
$(package)_version=1.23.1
|
||||
$(package)_download_path := https://gitlab.freedesktop.org/wayland/wayland/-/releases/$($(package)_version)/downloads/
|
||||
$(package)_file_name := wayland-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash := 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package := wayland
|
||||
$(package)_version := 1.23.1
|
||||
package=wayland
|
||||
$(package)_version=1.23.1
|
||||
$(package)_download_path := https://gitlab.freedesktop.org/wayland/wayland/-/releases/$($(package)_version)/downloads/
|
||||
$(package)_file_name := wayland-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash := 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed
|
||||
|
|
Loading…
Reference in a new issue