Skip to content

Commit 3d7ea9a

Browse files
committed
Release libsndfile 1.2.0
1 parent ae01563 commit 3d7ea9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libsndfile/libsndfile.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libsndfile</id>
55
<title>libsndfile</title>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77
<authors>Erik de Castro Lopo</authors>
88
<owners>John McKernan (jmcker)</owners>
99
<packageSourceUrl>https://github.com/jmcker/ChocolateyPackages/tree/main/libsndfile</packageSourceUrl>
@@ -15,7 +15,7 @@
1515
<licenseUrl>https://github.com/libsndfile/libsndfile/blob/master/COPYING</licenseUrl>
1616
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1717
<releaseNotes>
18-
https://github.com/libsndfile/libsndfile/releases/tag/1.1.0
18+
https://github.com/libsndfile/libsndfile/releases/tag/1.2.0
1919

2020
https://github.com/libsndfile/libsndfile/releases
2121
</releaseNotes>

libsndfile/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ $packageArgs = @{
4040
unzipLocation = "${tempPath}"
4141
url = "${url}"
4242
url64 = "${url64}"
43-
checksum = "F8846AA0923BE05A3DBFFF2AABD2F76DCC3A4249579FBD16CC2BD12C0F88F5D6"
43+
checksum = "D242882588D0A2699CC193FB7E18B2A102B18634E0B1B220EE7B7E05A1B6739A"
4444
checksumType = "sha256"
45-
checksum64 = "B9DC71A36CE2A7F5816C0A30E7CFDAFC4B221F772153011B10C780230BDB95FB"
45+
checksum64 = "11155EE1949EA29F5091F2A5D954A3EAB1BFF93A866F49318688A00F2C20E704"
4646
checksumType64 = "sha256"
4747
}
4848

0 commit comments

Comments
 (0)