Skip to content

Commit f99b856

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26944: depends: fix systemtap download URL
d81ca66 depends: fix systemtap download URL (fanquake) Pull request description: The URL has changed, and the current one 404s. ACKs for top commit: hebasto: ACK d81ca66, verified each link: the old one returns 404, the new one is OK. theStack: ACK d81ca66 jarolrod: ACK d81ca66 Tree-SHA512: e3240efd97003b4063c84bf72638d005f1629d0753359520353e249745fde185ef8e23fcd504037486bce4c4453dcb86f972e33111486ace8ad65746636e1499
2 parents ad09b76 + d81ca66 commit f99b856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/systemtap.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=systemtap
22
$(package)_version=4.7
3-
$(package)_download_path=https://sourceware.org/systemtap/ftp/releases/
3+
$(package)_download_path=https://sourceware.org/ftp/systemtap/releases/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
55
$(package)_sha256_hash=43a0a3db91aa4d41e28015b39a65e62059551f3cc7377ebf3a3a5ca7339e7b1f
66
$(package)_patches=remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch

0 commit comments

Comments
 (0)