diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 63971d3..5b13b55 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: kerberosio # you probably want to 'snapcraft register ' base: core22 # the base snap is the execution environment for this snap -version: '3.0.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '3.1.0' # just for humans, typically '1.2+git' or '1.3.2' summary: A stand-alone open source video surveillance system # 79 char long summary description: | Kerberos Agent is an isolated and scalable video (surveillance) management @@ -19,5 +19,5 @@ apps: plugs: [ network, network-bind ] parts: agent: - source: . #https://github.com/kerberos-io/agent/releases/download/21c0e01/agent-amd64.tar - plugin: dump \ No newline at end of file + source: https://github.com/kerberos-io/agent/releases/download/f739d52/agent-$SNAP_ARCH.tar + plugin: dump