We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a99976 commit 4ba254bCopy full SHA for 4ba254b
snap/snapcraft.yaml
@@ -1,17 +1,16 @@
1
-name: dogeart # you probably want to 'snapcraft register <name>'
2
-version: '3.7.1' # just for humans, typically '1.2+git' or '1.3.2'
+name: doge-art
+version: '3.7.2'
3
summary: doge is a simple motd script
4
description: doge is a simple motd script based on the slightly stupid but very funny doge meme.
5
6
-grade: stable # must be 'stable' to release into candidate/stable channels
7
-confinement: strict # use 'strict' once you have the right plugs and slots
+grade: stable
+confinement: strict
8
9
apps:
10
doge:
11
command: doge
12
13
parts:
14
15
- # See 'snapcraft plugins'
16
plugin: python
17
python-version: python2
0 commit comments