Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 441 Bytes

File metadata and controls

27 lines (19 loc) · 441 Bytes

This is a SourceForge helper class.

Examples

Just import the sourceforge.ps1 file:

. '.\sourceforge.ps1'

Then, profit ...

WinSCP

$winscp = [SourceForge]::new('winscp')
$winscp.LatestVersion()
$winscp.LatestHash()

Filezilla

$filezilla = [SourceForge]::new('filezilla')
$filezilla.LatestVersion()
$filezilla.LatestHash()