Skip to content

Commit 9245499

Browse files
committed
updated recipe
1 parent 86b2998 commit 9245499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/python_hackrf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66

77
class PythonHackrffRecipe(CythonRecipe):
8-
version = '1.0.0'
9-
url = 'https://files.pythonhosted.org/packages/af/51/3d43809b72853c2a624c6dba3575c874d4f803f20dbe8a95a8b6f65440b2/python_hackrf-{version}.tar.gz'
8+
version = '1.0.1'
9+
url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v{version}/python_hackrf-{version}.tar.gz'
1010
depends = ['python3', 'setuptools', 'libusb']
1111
site_packages_name = 'python_hackrf'
1212
name = 'python_hackrf'

0 commit comments

Comments
 (0)