1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-14 15:45:27 -04:00

Hugo v0.89.1 (reverts universal macOS release)

This commit is contained in:
2021-11-05 12:30:47 -04:00
parent ca09f24378
commit 9207c20018
3 changed files with 12 additions and 10 deletions
+5 -3
View File
@@ -64,9 +64,11 @@ export function getReleaseFilename(version) {
const { platform, arch } = process; const { platform, arch } = process;
const filename = const filename =
// macOS (universal binary as of 0.89.0) // macOS
platform === "darwin" ? platform === "darwin" && arch === "x64" ?
`hugo_extended_${version}_macOS-all.tar.gz` : `hugo_extended_${version}_macOS-64bit.tar.gz` :
platform === "darwin" && arch === "arm64" ?
`hugo_extended_${version}_macOS-ARM64.tar.gz` :
// Windows // Windows
platform === "win32" && arch === "x64" ? platform === "win32" && arch === "x64" ?
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hugo-extended", "name": "hugo-extended",
"version": "0.89.0", "version": "0.89.1",
"description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.", "description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/jakejarvis/hugo-extended", "homepage": "https://github.com/jakejarvis/hugo-extended",
+6 -6
View File
@@ -48,9 +48,9 @@
minimatch "^3.0.4" minimatch "^3.0.4"
"@humanwhocodes/object-schema@^1.2.0": "@humanwhocodes/object-schema@^1.2.0":
version "1.2.0" version "1.2.1"
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf" resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@jakejarvis/eslint-config@*": "@jakejarvis/eslint-config@*":
version "2.0.0" version "2.0.0"
@@ -990,9 +990,9 @@ ignore@^4.0.6:
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
ignore@^5.1.4: ignore@^5.1.4:
version "5.1.8" version "5.1.9"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
import-fresh@^3.0.0, import-fresh@^3.2.1: import-fresh@^3.0.0, import-fresh@^3.2.1:
version "3.3.0" version "3.3.0"