Skip to content

Commit bd6e1d6

Browse files
committed
depends: switch qrencode to .tar.gz
1 parent 4a9b71b commit bd6e1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/qrencode.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=qrencode
22
$(package)_version=4.1.1
33
$(package)_download_path=https://fukuchi.org/works/qrencode/
4-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923
4+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=da448ed4f52aba6bcb0cd48cac0dd51b8692bccc4cd127431402fca6f8171e8e
66
$(package)_patches=cmake_fixups.patch
77

88
define $(package)_set_vars

0 commit comments

Comments
 (0)