Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jan 23, 2024
1 parent db1daef commit 408c10f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bump.choco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs'
import pkg from 'choco.json'

const TOOL = `tool/chocolateyinstall.ps1`
const SPEC = `task.nuspec`
const SPEC = `load/choco/task.nuspec`
const VERSION = pkg.version

fs.writeFileSync(
Expand Down
2 changes: 1 addition & 1 deletion choco.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.40"
"version": "0.0.8"
}
10 changes: 5 additions & 5 deletions load/choco/task.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<metadata>
<id>task</id>
<title>task</title>
<version>0.0.40</version>
<version>0.0.8</version>
<owners>Lance Pollard</owners>
<authors>TermSurf</authors>
<description>TermSurf Task Dependency Installation (Windows)</description>
<tags>libreoffice imagemagick fontforge ffmpeg latex inkscape gifsicle go python rust calibre</tags>
<bugTrackerUrl>https://github.com/termsurf/task/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/termsurf/task</packageSourceUrl>
<dependencies>
<dependency id="libreoffice-fresh" />
<dependency id="imagemagick" />
<!-- <dependency id="libreoffice-fresh" />
<dependency id="imagemagick" /> -->
<dependency id="fontforge" />
<dependency id="ffmpeg" />
<!-- <dependency id="ffmpeg" />
<dependency id="miktex.install" />
<dependency id="inkscape" />
<dependency id="gifsicle" />
Expand All @@ -27,7 +27,7 @@
<dependency id="maven" />
<dependency id="llvm" />
<dependency id="julia" />
<dependency id="pandoc" />
<dependency id="pandoc" /> -->
</dependencies>
</metadata>
</package>

0 comments on commit 408c10f

Please sign in to comment.