mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
newt: Update to 0.52.24, add test.sh script for packages feed CI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
3085608448
commit
47c8bf1a09
@@ -10,12 +10,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=newt
|
PKG_NAME:=newt
|
||||||
PKG_VERSION:=0.52.23
|
PKG_VERSION:=0.52.24
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://releases.pagure.org/newt
|
PKG_SOURCE_URL:=https://releases.pagure.org/newt
|
||||||
PKG_HASH:=caa372907b14ececfe298f0d512a62f41d33b290610244a58aed07bbc5ada12a
|
PKG_HASH:=5ded7e221f85f642521c49b1826c8de19845aa372baf5d630a51774b544fbdbb
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||||
PKG_LICENSE:=LGPL-2.0-only
|
PKG_LICENSE:=LGPL-2.0-only
|
||||||
|
|||||||
13
libs/newt/test.sh
Normal file
13
libs/newt/test.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
|
||||||
|
python3-newt)
|
||||||
|
python3 -c 'import snack'
|
||||||
|
;;
|
||||||
|
|
||||||
|
whiptail)
|
||||||
|
whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
Reference in New Issue
Block a user