Skip to content

Commit

Permalink
AU: 2 updated - gramps sdio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 7, 2024
1 parent 6089ee1 commit 1770429
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/gramps/gramps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>gramps</id>
<title>Gramps</title>
<version>5.2.1</version>
<version>5.2.2</version>
<authors>Gramps Developers</authors>
<owners>tunisiano</owners>
<summary>Genealogical research software</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gramps/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $silentArgs = '/S'
#$url = 'https://github.com/gramps-project/gramps/releases/download/v5.1.5/GrampsAIO-5.1.5-1_win32.exe'
#$checksum = '6e4de1efa0aaa399c0037528d19eec66470ae7369868b1c4bc68b3c24878d01c'
#$checksumType = 'sha256'
$url64 = 'https://github.com/gramps-project/gramps/releases/download/v5.2.1/GrampsAIO-5.2.1-1_win64.exe'
$checksum64 = '6796a6f21e345eb6868e102f1afc55cc5e39e9c14be73daff9d6b850e51237e7'
$url64 = 'https://github.com/gramps-project/gramps/releases/download/v5.2.2/GrampsAIO-5.2.2-1_win64.exe'
$checksum64 = 'ee6d197e06dadadf3cf11f425a80b3250b398e731309850f6fd99a1ec1962b46'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/sdio/sdio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sdio</id>
<version>1.12.21.762</version>
<version>1.12.22.763</version>
<title>Snappy Driver Installer Origin</title>
<authors>Glenn Delahoy</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sdio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksumType = 'sha256'
$checksum = 'ff549430dc543b1eaa978a3643acd9c22eef57641735044a6988b709258c3bf0'
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.21.762.zip'
$checksum = '58580dd7fc037ed94a96b8d5754f5734c663085ee9b2876cf8f256b456749e37'
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.22.763.zip'

$packageArgs = @{
packageName = 'sdio'
Expand Down

0 comments on commit 1770429

Please sign in to comment.