Skip to content

Commit

Permalink
Fix "invalid package info content"
Browse files Browse the repository at this point in the history
pkgverify.cpp:225 Failed to load pkg info, version=[4.3.20201011~9ed76c0-26], correct-format=[^\d+(\.\d+){0,5}(-\d+)?$]
pkgverify.cpp:278 Failed to verify package, spk=[/volume1/@tmp/upload_tmp.122880] result=[{"action":"prepare","beta":false,"betaIncoming":false,"error":{"code":261,"description":"invalid package info content"},"installReboot":false,"package":"tvheadend","packageName":"Tvheadend","stage":"prepare","success":false}]
  • Loading branch information
publicarray committed Apr 8, 2021
1 parent c52289c commit e8b6d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ SPK_NAME = tvheadend
SPK_SHORT_VERS = 4.3
SPK_GIT_HASH = 9ed76c0
SPK_GIT_DATE = 20201011
SPK_VERS = $(SPK_SHORT_VERS).$(SPK_GIT_DATE)~$(SPK_GIT_HASH)
SPK_VERS = $(SPK_SHORT_VERS).$(SPK_GIT_DATE)
TVH_VERS = $(SPK_SHORT_VERS)~$(SPK_GIT_HASH)
SPK_REV = 26
SPK_REV = 27
SPK_ICON = src/tvheadend.png
DSM_UI_DIR = app

Expand Down

0 comments on commit e8b6d40

Please sign in to comment.