We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b2998 commit 9245499Copy full SHA for 9245499
android/python_hackrf/__init__.py
@@ -5,8 +5,8 @@
5
6
7
class PythonHackrffRecipe(CythonRecipe):
8
- version = '1.0.0'
9
- url = 'https://files.pythonhosted.org/packages/af/51/3d43809b72853c2a624c6dba3575c874d4f803f20dbe8a95a8b6f65440b2/python_hackrf-{version}.tar.gz'
+ version = '1.0.1'
+ url = 'https://github.com/GvozdevLeonid/python_hackrf/releases/download/v{version}/python_hackrf-{version}.tar.gz'
10
depends = ['python3', 'setuptools', 'libusb']
11
site_packages_name = 'python_hackrf'
12
name = 'python_hackrf'
0 commit comments