Support additional downloads in the package

This commit is contained in:
2023-10-24 21:06:37 +02:00
parent 8a69240d88
commit 58a1b8864c
2 changed files with 62 additions and 15 deletions

View File

@ -22,6 +22,7 @@ import System.Process (CmdSpec(..))
-- | Contains information how a package can be updated.
data Package = Package
{ latest :: Updater
, downloaders :: [Updater]
, category :: Text
, name :: Text
, reupload :: Maybe [CmdSpec]