diff --git a/Chaskis/Install/chocolatey/package/chaskis.nuspec b/Chaskis/Install/chocolatey/package/chaskis.nuspec index 1f5847ef..3af86bff 100644 --- a/Chaskis/Install/chocolatey/package/chaskis.nuspec +++ b/Chaskis/Install/chocolatey/package/chaskis.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.3.0 + 0.4.0 https://github.com/xforever1313/Chaskis/ Seth Hendrick diff --git a/Chaskis/Install/chocolatey/package/tools/chocolateyinstall.ps1 b/Chaskis/Install/chocolatey/package/tools/chocolateyinstall.ps1 index 1f908ca1..e004536b 100644 --- a/Chaskis/Install/chocolatey/package/tools/chocolateyinstall.ps1 +++ b/Chaskis/Install/chocolatey/package/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $ErrorActionPreference = 'Stop'; $packageName= $env:ChocolateyPackageName $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = '' -$url64 = 'https://files.shendrick.net/projects/chaskis/releases/0.3.0/ChaskisInstaller.msi' +$url64 = 'https://files.shendrick.net/projects/chaskis/releases/0.4.0/ChaskisInstaller.msi' $packageArgs = @{ packageName = $packageName @@ -17,7 +17,7 @@ $packageArgs = @{ checksum = '' checksumType = 'sha256' - checksum64 = '932009E195FECAB98FC39C81178D9CD3E6E4C0380CF38D2F6DF3B22B08F5E9B4' + checksum64 = 'D7C00276C20075FC61543F3F50CBEDFF30B565583B155EE8358642C1E66EBD0D' checksumType64= 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/Chaskis/Install/linux/arch/PKGBUILD b/Chaskis/Install/linux/arch/PKGBUILD index 28b9062b..9446f576 100644 --- a/Chaskis/Install/linux/arch/PKGBUILD +++ b/Chaskis/Install/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Seth Hendrick pkgname=chaskis -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=1 epoch= pkgdesc="A generic framework written in C# for making IRC Bots." diff --git a/Chaskis/Install/linux/fedora/chaskis.spec b/Chaskis/Install/linux/fedora/chaskis.spec index 94499a53..7addcb7b 100644 --- a/Chaskis/Install/linux/fedora/chaskis.spec +++ b/Chaskis/Install/linux/fedora/chaskis.spec @@ -1,6 +1,6 @@ %define name chaskis -%define version 0.3.0 -%define unmangled_version 0.3.0 +%define version 0.4.0 +%define unmangled_version 0.4.0 %define release 1 %define source https://github.com/xforever1313/Chaskis/archive/%{unmangled_version}.tar.gz %define untardir Chaskis-%{unmangled_version} diff --git a/Chaskis/Install/windows/Product.wxs b/Chaskis/Install/windows/Product.wxs index 6b9ab234..28756d3b 100644 --- a/Chaskis/Install/windows/Product.wxs +++ b/Chaskis/Install/windows/Product.wxs @@ -10,10 +10,10 @@ --> - diff --git a/Chaskis/Install/windows/Product.wxs.template b/Chaskis/Install/windows/Product.wxs.template index 563cddf3..73763a57 100644 --- a/Chaskis/Install/windows/Product.wxs.template +++ b/Chaskis/Install/windows/Product.wxs.template @@ -10,7 +10,7 @@ --> -