shithub: hugo

Download patch

ref: f8e968b2d13b23b34832a27dc55f3a6054755f9a
parent: 00b3667f30ab131de48779c6a791fecf85a5c026
author: Anthony Fok <[email protected]>
date: Wed Oct 5 03:01:57 EDT 2016

snapcraft.yaml: Change grade from "devel" to "stable"

So that the snap can be uploaded to the Candidate channel
in the Ubuntu store, now that the 0.17 release is impending.

--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: hugo
-version: "v0.17-DEV"
+version: "0.17-DEV"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is
@@ -6,7 +6,7 @@
   optimized for speed, easy use and configurability. Hugo takes a directory
   with content and templates and renders them into a full HTML website.
 confinement: strict
-grade: devel # use "stable" to assert the snap quality
+grade: stable # use "devel" or "stable" to assert the snap quality
 
 apps:
   hugo: