diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-02-18 19:25:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-02-18 19:25:49 -0600 |
| commit | c641960fda28ffede55c5e5bf67ed2e3e9106962 (patch) | |
| tree | b71c3c5a3449502762da5b3700b15372e72773aa /pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch | |
| parent | 41025c06bf5fca7f311e38ff5c3b1b8622894533 (diff) | |
trivionomicon: athena-bccr: update 1.9.8 -> latest master
Diffstat (limited to 'pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch')
| -rw-r--r-- | pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch b/pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch index e7fc5d5..a15896a 100644 --- a/pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch +++ b/pkgs/athena-bccr/0001-Remove-CheckUpdatePlugin-from-default-list.patch @@ -8,18 +8,18 @@ Subject: [PATCH] Remove CheckUpdatePlugin from default list 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cr/libre/firmador/Settings.java b/src/main/java/cr/libre/firmador/Settings.java -index e5ddf01..a028d6e 100644 +index e392a82..c2ab5e4 100644 --- a/src/main/java/cr/libre/firmador/Settings.java +++ b/src/main/java/cr/libre/firmador/Settings.java -@@ -81,7 +81,7 @@ public class Settings { - +@@ -160,7 +160,7 @@ public class Settings { + @SuppressWarnings("this-escape") public Settings() { activePlugins.add("cr.libre.firmador.plugins.DummyPlugin"); - activePlugins.add("cr.libre.firmador.plugins.CheckUpdatePlugin"); + // activePlugins.add("cr.libre.firmador.plugins.CheckUpdatePlugin"); + // activePlugins.add("cr.libre.firmador.plugins.DocumentSignLogs"); availablePlugins.add("cr.libre.firmador.plugins.DummyPlugin"); availablePlugins.add("cr.libre.firmador.plugins.CheckUpdatePlugin"); - } -- -2.49.0 +2.51.2 |
