Skip to content

Commit

Permalink
fix pyload source download
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Apr 27, 2021
1 parent 13191d8 commit b4c9aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/pyload/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = pyload
PKG_VERS = 0.4.20
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/pyload/pyload/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
Expand Down

0 comments on commit b4c9aa0

Please sign in to comment.