Browse Source
bigclown-firmware-tool: bump to version 1.5.2
Signed-off-by: Karel Kočí <cynerd@email.cz>
lilik-openwrt-22.03
Karel Kočí
4 years ago
No known key found for this signature in database
GPG Key ID: D83BD732AC2BD828
1 changed files with
3 additions and
3 deletions
-
utils/bigclown/bigclown-firmware-tool/Makefile
|
|
@ -5,11 +5,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=bigclown-firmware-tool |
|
|
|
PKG_VERSION:=1.5.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.5.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=bcf |
|
|
|
PKG_HASH:=50b0351b97e6b1b1d4cb4703491daa6102e7e5b3b750b47fa35182d9eb39ab9c |
|
|
|
PKG_HASH:=8ad897586d02433d01a58b4978516621bea388cd230640eb0b8f8f9e40f10e6c |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|