Skip to content

Commit 93a70a4

Browse files
committed
depends: Update URL for qrencode package source tarball
The https://fukuchi.org/ homepage no longer links to the source tarball, and previously available files appear to have been removed. The homepage now instructs users to download source tarballs from the GitHub releases page instead. The diff between the source trees is immaterial.
1 parent 6de8051 commit 93a70a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

depends/packages/qrencode.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package=qrencode
22
$(package)_version=4.1.1
3-
$(package)_download_path=https://fukuchi.org/works/qrencode/
3+
$(package)_download_path=https://github.com/fukuchi/libqrencode/archive/refs/tags/
4+
$(package)_download_file=v$($(package)_version).tar.gz
45
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=da448ed4f52aba6bcb0cd48cac0dd51b8692bccc4cd127431402fca6f8171e8e
6+
$(package)_sha256_hash=5385bc1b8c2f20f3b91d258bf8ccc8cf62023935df2d2676b5b67049f31a049c
67
$(package)_patches=cmake_fixups.patch
78

89
define $(package)_set_vars

0 commit comments

Comments
 (0)