Skip to content

Commit

Permalink
(maint) switch to Chocolatey-AU
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 12, 2024
1 parent 74fa0a3 commit 6fcce8d
Show file tree
Hide file tree
Showing 201 changed files with 204 additions and 204 deletions.
2 changes: 1 addition & 1 deletion automatic/JAWS/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

function global:au_SearchReplace {
@{
Expand Down
8 changes: 4 additions & 4 deletions automatic/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Automatic Folder

This is where you put your Chocolatey packages that are automatically packaged up by [AU](https://community.chocolatey.org/packages/au) framework.
This is where you put your Chocolatey packages that are automatically packaged up by [Chocolatey AU](https://community.chocolatey.org/packages/chocolatey-au) framework.

AU works with packages without automatic package tokens necessary. So you can treat the packages as normal.
Chocolatey AU works with packages without automatic package tokens necessary. So you can treat the packages as normal.

Execute `update_all.ps1` in the repository root to run [AU](https://community.chocolatey.org/packages/au) updater with default options.
Execute `update_all.ps1` in the repository root to run [Chocolatey AU](https://community.chocolatey.org/packages/chocolatey-au) updater with default options.

**NOTE:** Ensure when you are creating packages for AU, you don't use `--auto` as the packaging files should be normal packages. AU doesn't need the tokens to do replacement.
**NOTE:** Ensure when you are creating packages for Chocolatey AU, you don't use `--auto` as the packaging files should be normal packages. Chocolatey AU doesn't need the tokens to do replacement.
2 changes: 1 addition & 1 deletion automatic/SQL2014.ClrTypes/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/SQL2014.SMO/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-business/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.aida64.com/downloads'

Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-engineer/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.aida64.com/downloads'

Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-extreme/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.aida64.com/downloads'

Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-networkaudit/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.aida64.com/downloads'

Expand Down
2 changes: 1 addition & 1 deletion automatic/alternatestreamview/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.nirsoft.net/utils/alternate_data_streams.html'

Expand Down
2 changes: 1 addition & 1 deletion automatic/anyrail6/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://anyrail.com/en/download'

Expand Down
2 changes: 1 addition & 1 deletion automatic/appveyor-server/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://www.appveyor.com/releases/'

Expand Down
2 changes: 1 addition & 1 deletion automatic/bacula/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.bacula.org/binary-download-center/'

Expand Down
2 changes: 1 addition & 1 deletion automatic/barcode-to-pc-server/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/fttx/barcode-to-pc-server/releases/latest'

Expand Down
2 changes: 1 addition & 1 deletion automatic/bitvise-ssh-server/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.bitvise.com/ssh-server-download'

Expand Down
2 changes: 1 addition & 1 deletion automatic/book-collector/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.collectorz.com/book/book-collector/signup-completed'
$softwareurl = 'https://www.collectorz.com/download?pf=w&p=book'
Expand Down
2 changes: 1 addition & 1 deletion automatic/chatty/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/chatty/chatty/releases'

Expand Down
2 changes: 1 addition & 1 deletion automatic/chromecacheview/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.nirsoft.net/utils/chrome_cache_view.html'

Expand Down
2 changes: 1 addition & 1 deletion automatic/clion-ide/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=CL&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/comic-collector/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.collectorz.com/comic/comic-collector/signup-completed'
$softwareurl = 'https://www.collectorz.com/download?pf=w&p=comic'
Expand Down
2 changes: 1 addition & 1 deletion automatic/crystaldiskinfo.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://crystalmark.info/redirect.php?product=CrystalDiskInfoInstaller'
$feed = 'https://osdn.net/projects/crystaldiskinfo/releases/rss'
Expand Down
2 changes: 1 addition & 1 deletion automatic/crystaldiskinfo.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://crystalmark.info/redirect.php?product=CrystalDiskInfoInstaller'
$feed = 'https://osdn.net/projects/crystaldiskinfo/releases/rss'
Expand Down
2 changes: 1 addition & 1 deletion automatic/crystaldiskinfo/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

#Virtual package uses dependency updater to get the version
. $PSScriptRoot\..\crystaldiskinfo.portable\update.ps1
Expand Down
2 changes: 1 addition & 1 deletion automatic/devmanview/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.nirsoft.net/utils/device_manager_view.html'

Expand Down
2 changes: 1 addition & 1 deletion automatic/driverbooster/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/duplicatefilefinder/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.auslogics.com/en/software/duplicate-file-finder/after-download/'
$versions = 'http://www.auslogics.com/en/software/duplicate-file-finder/'
Expand Down
2 changes: 1 addition & 1 deletion automatic/dymo-connect/_update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'http://www.dymo.com/en-US/online-support'

Expand Down
2 changes: 1 addition & 1 deletion automatic/dymo-label/_update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.dymo.com/on/demandware.store/Sites-dymo-Site/en_US/Support-Compatibility-Chart'

Expand Down
2 changes: 1 addition & 1 deletion automatic/efsdump/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://learn.microsoft.com/en-us/sysinternals/downloads/efsdump'
$download = 'https://download.sysinternals.com/files/EFSDump.zip'
Expand Down
2 changes: 1 addition & 1 deletion automatic/elasticsearch/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/elastic/elasticsearch/releases'

Expand Down
2 changes: 1 addition & 1 deletion automatic/etcher/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/balena-io/etcher/releases/latest'

Expand Down
2 changes: 1 addition & 1 deletion automatic/evernote/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/exiftool/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://exiftool.org/'

Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla.server/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://filezilla-project.org/download.php?show_all=1&type=server'

Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/update.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[CmdletBinding()]
param($IncludeStream, [switch] $Force)
import-module au
Import-Module Chocolatey-AU
. "$PSScriptRoot\update_helper.ps1"

$releasesNIGHTLY = 'https://releases.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/'
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/update.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[CmdletBinding()]
param($IncludeStream, [switch] $Force)
import-module au
Import-Module Chocolatey-AU
. "$PSScriptRoot\update_helper.ps1"

$releasesBETA = 'https://www.mozilla.org/en-US/firefox/beta/all/'
Expand Down
2 changes: 1 addition & 1 deletion automatic/game-collector/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.collectorz.com/game/game-collector/signup-completed'
$softwareurl = 'https://www.collectorz.com/download?pf=w&p=game'
Expand Down
2 changes: 1 addition & 1 deletion automatic/gitkraken/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://www.gitkraken.com/download'

Expand Down
2 changes: 1 addition & 1 deletion automatic/goland/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=GO&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/google-hangouts-chat/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

function global:au_SearchReplace {
@{
Expand Down
2 changes: 1 addition & 1 deletion automatic/googledrive/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/grafana-agent/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/grafana/agent/releases/latest'

Expand Down
2 changes: 1 addition & 1 deletion automatic/grafana.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = "https://api.github.com/repos/grafana/grafana/releases"

Expand Down
2 changes: 1 addition & 1 deletion automatic/grafana/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = "https://api.github.com/repos/grafana/grafana/releases"

Expand Down
2 changes: 1 addition & 1 deletion automatic/hadoop/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'http://hadoop.apache.org/releases.html'

Expand Down
2 changes: 1 addition & 1 deletion automatic/helio-workstation.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://helio.fm/'

Expand Down
2 changes: 1 addition & 1 deletion automatic/helio-workstation.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://helio.fm/'

Expand Down
2 changes: 1 addition & 1 deletion automatic/helio-workstation/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

#Virtual package uses dependency updater to get the version
. $PSScriptRoot\..\helio-workstation.install\update.ps1
Expand Down
2 changes: 1 addition & 1 deletion automatic/icloud/_update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/intel-mas/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://downloadcenter.intel.com/download/30161'

Expand Down
2 changes: 1 addition & 1 deletion automatic/intellijidea-edu/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=IIE&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/iobit-malware-fighter/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/iobit-uninstaller/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1"

Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-rider/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=RD&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=YTD&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrainstoolbox/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://data.services.jetbrains.com/products/releases?code=TBA&latest=true&type=release'

Expand Down
2 changes: 1 addition & 1 deletion automatic/keystore-explorer.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/kaikramer/keystore-explorer/releases/latest'

Expand Down
2 changes: 1 addition & 1 deletion automatic/kibana/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module Chocolatey-AU

$releases = 'https://api.github.com/repos/elastic/kibana/releases'

Expand Down
2 changes: 1 addition & 1 deletion automatic/lastpass/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://lastpass.com/download'

Expand Down
2 changes: 1 addition & 1 deletion automatic/mariadb.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://mariadb.org/download'
$feed = 'https://downloads.mariadb.org/rest-api/mariadb/'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mariadb.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://mariadb.org/download'
$feed = 'https://downloads.mariadb.org/rest-api/mariadb/'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mariadb/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

#Virtual package uses dependency updater to get the version
. $PSScriptRoot\..\mariadb.install\update.ps1
Expand Down
2 changes: 1 addition & 1 deletion automatic/mediainfo-cli/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://mediaarea.net/en/MediaInfo/Download/Windows'

Expand Down
2 changes: 1 addition & 1 deletion automatic/mediainfo/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module au
Import-Module Chocolatey-AU

$releases = 'https://mediaarea.net/en/MediaInfo/Download/Windows'

Expand Down
2 changes: 1 addition & 1 deletion automatic/meshmixer/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
Import-Module Chocolatey-AU

$releases = 'https://meshmixer.com/download.html'

Expand Down
Loading

0 comments on commit 6fcce8d

Please sign in to comment.