Skip to content

Commit d81ca66

Browse files
committed
depends: fix systemtap download URL
1 parent ad09b76 commit d81ca66

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)