Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
31156ab6
Commit
31156ab6
authored
May 08, 2020
by
vincowl
Committed by
GitHub
May 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[hugo] Update to 0.70.0 (#4061)
Co-authored-by:
Vincent GIRARD
<
vincent@heliosphere.fr
>
parent
6c9c51bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
packages/hugo.rb
packages/hugo.rb
+7
-7
No files found.
packages/hugo.rb
View file @
31156ab6
...
...
@@ -3,18 +3,18 @@ require 'package'
class
Hugo
<
Package
description
'Hugo is one of the most popular open-source static site generators.'
homepage
'https://gohugo.io'
version
'0.
69
.0'
version
'0.
70
.0'
case
ARCH
when
'aarch64'
,
'armv7l'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
69.0/hugo_0.69
.0_Linux-ARM.tar.gz'
source_sha256
'
3c8b5159f2072bb44ac8fb8f5f75d7e9d8fad26aea079c81da3b026f94fb5266
'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
70.0/hugo_0.70
.0_Linux-ARM.tar.gz'
source_sha256
'
7891baefe1845ea8ff03ca2f0589305b526a60f4ee4acbf556f4c180d8e8859f
'
when
'i686'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
69.0/hugo_0.69
.0_Linux-32bit.tar.gz'
source_sha256
'
31dd00e1e35944e3ba7a019b453771dd1e0c389773aea00c48a83aa1d59bf866
'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
70.0/hugo_0.70
.0_Linux-32bit.tar.gz'
source_sha256
'
5c7c530ab9be86ca90a3f5d5a583ac55d7b2e7a59471188c0eb58113e1476ffd
'
when
'x86_64'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
69.0/hugo_0.69
.0_Linux-64bit.tar.gz'
source_sha256
'
4a11fbce51cfabaa26a244d75e84ff16c7f9fd47c315e6f11f3f39612d82ba
46'
source_url
'https://github.com/gohugoio/hugo/releases/download/v0.
70.0/hugo_0.70
.0_Linux-64bit.tar.gz'
source_sha256
'
d0e2e1f8d2f69c1b378e34daaf9f91997cf777d3151da4d8aa6bd7b5703f94
46'
end
binary_url
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment