mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dispmanx_vnc: fix versioning
This commit is contained in:
parent
73b425e907
commit
b74e2a7dda
@ -1,3 +1,6 @@
|
||||
106
|
||||
- Fix versioning
|
||||
|
||||
105
|
||||
- Update to 5bde54b
|
||||
|
||||
|
@ -4,7 +4,8 @@
|
||||
PKG_NAME="dispmanx_vnc"
|
||||
PKG_VERSION="5bde54b5a43a2e6f65994f3b9c665db90c45923f"
|
||||
PKG_SHA256="1f096cd70d86620596db947757486064fe37dc2766ad33530318c35b279472aa"
|
||||
PKG_REV="105"
|
||||
PKG_VERSION_DATE="2018-08-18"
|
||||
PKG_REV="106"
|
||||
PKG_ARCH="arm"
|
||||
PKG_ADDON_PROJECTS="RPi"
|
||||
PKG_LICENSE="OSS"
|
||||
@ -13,7 +14,7 @@ PKG_URL="https://github.com/patrikolausson/dispmanx_vnc/archive/$PKG_VERSION.tar
|
||||
PKG_DEPENDS_TARGET="toolchain libvncserver bcm2835-bootloader bcm2835-driver libconfig openssl"
|
||||
PKG_SECTION="service/system"
|
||||
PKG_SHORTDESC="Raspberry Pi VNC: a Virtual Network Computing server for Raspberry Pi"
|
||||
PKG_LONGDESC="Raspberry Pi VNC ($PKG_VERSION) is a Virtual Network Computing (VNC) server for Raspberry Pi using dispmanx"
|
||||
PKG_LONGDESC="Raspberry Pi VNC ($PKG_VERSION_DATE) is a Virtual Network Computing (VNC) server for Raspberry Pi using dispmanx"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Raspberry Pi VNC"
|
||||
@ -25,7 +26,7 @@ pre_make_target() {
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
: # nop
|
||||
:
|
||||
}
|
||||
|
||||
addon() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user