Skip to content

Commit

Permalink
AU: 1 updated - androidstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 8, 2022
1 parent 954d323 commit 35573a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/androidstudio/androidstudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>androidstudio</id>
<version>2021.1.1.22</version>
<version>2021.1.1.23</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio</packageSourceUrl>
<owners>dgalbraith, Justin James, ludicrousByte</owners>
<title>Android Studio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/androidstudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/2021.1.1.22/android-studio-2021.1.1.22-windows.exe'
$checksum64 = '5aa9be4c22dc5648c6a3b25600a23e5aa2f40da04aa0f49c55b5b261f1d7e603'
$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/2021.1.1.23/android-studio-2021.1.1.23-windows.exe'
$checksum64 = 'def7755842942be93c56db94c7d53eed70004b0ab1dc8883e959da0649032582'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 35573a4

Please sign in to comment.