Configure additional download updaters #18
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OSS/slackbuilder#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The configuration supports updating only the main download. Some packages consist of multiple downloads that should be updated to the latest version.
Properties needed for the main and additional download updaters are the same. Only the meaning of the
name
is different. Name of the main download updater is the package name, the name of the additional download updater is the variable prefix used in the SlackBuild, e.g.DUB_VERSION
, whereDUB
is the name.The download updater configuration could be a hashmap with the name as key and other properties as value, but hashmaps aren't ordered, and it would cause a random order in the .info file. Therefore the name should be a property. Download updaters are represented as a list then.