Skip to content

Commit

Permalink
Merge bitcoin#26944: depends: fix systemtap download URL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarcoFalke authored and jagdeep sidhu committed Jan 23, 2023
1 parent 7613a01 commit 9c5224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/systemtap.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9c5224c

Please sign in to comment.