Skip to content

Commit dbeab99

Browse files
authored
add network-observe interface for snap (#349)
1 parent 17543dc commit dbeab99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snap/snapcraft.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shoutrrr
22
base: core22
3-
version: '0.6.1'
3+
version: '0.7.1'
44
summary: Sending notifications made easy.
55
description: |
66
Shoutrrr is a way of making the sending of notifications easy by standardizing it.
@@ -14,12 +14,12 @@ source-code: https://github.com/containrrr/shoutrrr
1414
type: app
1515
compression: lzo
1616

17-
plugs:
18-
- network
19-
2017
apps:
2118
shoutrrr:
2219
command: bin/shoutrrr
20+
plugs:
21+
- network
22+
- network-observe
2323

2424
parts:
2525
shoutrrr:

0 commit comments

Comments
 (0)