Skip to content

Commit

Permalink
AU: 2 updated - bulk-crap-uninstaller git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 13, 2017
1 parent 03f5507 commit c4b6af3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey</owners>
<version>3.5</version>
<version>3.6</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description>
Expand Down Expand Up @@ -36,7 +36,7 @@ Even though BCU was made with IT pros in mind, by default it is so straight-forw
<copyright></copyright>
<licenseUrl>https://sourceforge.net/p/bulk-crap-uninstaller/code/ci/master/tree/Licence.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png</iconUrl>
<releaseNotes>http://klocmansoftware.weebly.com/changelog.html</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/bulk-crap-uninstaller</packageSourceUrl>
<projectSourceUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller</projectSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/bulk-crap-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'bulk-crap-uninstaller'
fileType = 'exe'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.5/BCUninstaller_3.5_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.5/BCUninstaller_3.5_setup.exe'
checksum = '215695407efcd5f2096f7a4e98d02ddfdc89fa1e2ebdd63468393620bd014270'
checksum64 = '215695407efcd5f2096f7a4e98d02ddfdc89fa1e2ebdd63468393620bd014270'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.6/BCUninstaller_3.6_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.6/BCUninstaller_3.6_setup.exe'
checksum = '002e1ce966c4f6401f8387d208ff4d660fbd85cd66c013c8d56d9b80541e6ee1'
checksum64 = '002e1ce966c4f6401f8387d208ff4d660fbd85cd66c013c8d56d9b80541e6ee1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down
12 changes: 6 additions & 6 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>1.5.4</version>
<version>1.5.5</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -17,16 +17,16 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,

## Features

* **Large file versioning:** Version large files—even those as large as a couple GB in size—with Git.
* **Large file versioning:** Version large files—even those as large as a couple GB in size—with Git.
* **More repository space:** Host more in your Git repositories. External file storage makes it easy to keep your repository at a manageable size.
* **Faster cloning and fetching:** Download less data. This means faster cloning and fetching from repositories that deal with large files.
* **Same Git workflow:** Work like you always do on Git—no need for additional commands, secondary storage systems, or toolsets.
* **Same Git workflow:** Work like you always do on Git—no need for additional commands, secondary storage systems, or toolsets.
* **Same access controls and permissions:** Keep the same access controls and permissions for large files as the rest of your Git repository when working with a remote host like GitHub.
</description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v1.5.4</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v1.5.5</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[1.5.4]" />
<dependency id="git-lfs.install" version="[1.5.5]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c4b6af3

Please sign in to comment.