mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 14:37:42 -03:00
depends: fix systemtap download URL
Github-Pull: #26944
Rebased-From: d81ca6619a
This commit is contained in:
parent
7cf73dfed5
commit
cff67180b3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package=systemtap
|
||||
$(package)_version=4.7
|
||||
$(package)_download_path=https://sourceware.org/systemtap/ftp/releases/
|
||||
$(package)_download_path=https://sourceware.org/ftp/systemtap/releases/
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=43a0a3db91aa4d41e28015b39a65e62059551f3cc7377ebf3a3a5ca7339e7b1f
|
||||
$(package)_patches=remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue