mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
plugins: PLUGIN_TIER last so it's not confused with PLUGIN_REVISION
This commit is contained in:
parent
ae2d51e036
commit
da46d00944
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PLUGIN_NAME= q-feeds-connector
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_TIER= 2
|
||||
PLUGIN_COMMENT= Connector for Q-Feeds threat intel
|
||||
PLUGIN_MAINTAINER= devel@qfeeds.com
|
||||
PLUGIN_TIER= 2
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ PLUGIN_VERSION= 1.1
|
|||
PLUGIN_COMMENT= CPU microcode updates
|
||||
PLUGIN_DEPENDS= x86info
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
PLUGIN_TIER= 2
|
||||
PLUGIN_VARIANTS= amd intel
|
||||
PLUGIN_TIER= 2
|
||||
|
||||
amd_NAME= cpu-microcode-amd
|
||||
amd_DEPENDS= cpu-microcode-amd
|
||||
|
|
|
|||
Loading…
Reference in a new issue