This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 7421a57 website: Add Cuiras 1.1.0 release.
7421a57 is described below
commit 7421a578f0975ba88c1c50b540ba0f8e4c0426d6
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Jun 13 12:05:16 2021 +0200
website: Add Cuiras 1.1.0 release.
* website/apps/base/templates/cuirass.scm (cuirass-t): Add Cuirass 1.1.0
release.
---
website/apps/base/templates/cuirass.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/website/apps/base/templates/cuirass.scm
b/website/apps/base/templates/cuirass.scm
index 50060d7..082c112 100644
--- a/website/apps/base/templates/cuirass.scm
+++ b/website/apps/base/templates/cuirass.scm
@@ -62,6 +62,16 @@ to monitor the build results."))
"."))
,(G_ `(h3 "Releases"))
(ul
+ (li "2021-06-13 — 1.1.0 — "
+ (a (@ (href
+ ,(guix-url "cuirass/releases/cuirass-1.1.0.tar.gz"
+ #:localize #f)))
+ "cuirass-1.1.0.tar.gz")
+ " — "
+ (a (@ (href
+ ,(guix-url "cuirass/releases/cuirass-1.1.0.tar.gz.sig"
+ #:localize #f)))
+ ,(G_ "GPG signature")))
(li "2021-03-29 — 1.0.0 — "
(a (@ (href
,(guix-url "cuirass/releases/cuirass-1.0.0.tar.gz"