summarylogtreecommitdiffstats
path: root/certspotter.install
diff options
context:
space:
mode:
authorDaniel Peukert2023-02-09 12:36:44 +0100
committerDaniel Peukert2023-02-09 12:36:44 +0100
commit0c348456379c4a57b0602732c104e21cf1dbfe94 (patch)
tree33a5e08ba6bb05159912ee5127426e3141e9b557 /certspotter.install
parent875b257690be6c67c3c67e5c9c5cdb4c1927e7fb (diff)
downloadaur-0c348456379c4a57b0602732c104e21cf1dbfe94.tar.gz
Update certspotter to 0.15.0
Diffstat (limited to 'certspotter.install')
-rw-r--r--certspotter.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/certspotter.install b/certspotter.install
new file mode 100644
index 000000000000..6912c694fa43
--- /dev/null
+++ b/certspotter.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ if [ "$(vercmp $2 0.15.0)" -lt 0 ]; then
+ echo 'certspotter is now a daemon, read the changelog for more details:'
+ echo 'https://github.com/SSLMate/certspotter/blob/master/CHANGELOG.md'
+ fi
+}