Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update simplednscrypt to 0.5.6
  • Loading branch information
chantisnake committed Aug 28, 2018
1 parent ea98da9 commit c6212f7
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
78 changes: 78 additions & 0 deletions simplednscrypt-choco/Versions/0.5.6/simplednscrypt.nuspec
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Read this before creating packages: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<!-- It is especially important to read the above link to understand additional requirements when publishing packages to the community feed aka dot org (https://chocolatey.org/packages). -->
<!-- Test your packages in a test environment: https://github.com/chocolatey/chocolatey-test-environment -->
<!--
This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Reference. Chocolatey uses a special version of NuGet.Core that allows us to do more than was initially possible. As such there are certain things to be aware of:
* the package xmlns schema url may cause issues with nuget.exe
* Any of the following elements can ONLY be used by choco tools - projectSourceUrl, docsUrl, mailingListUrl, bugTrackerUrl, packageSourceUrl, provides, conflicts, replaces
* nuget.exe can still install packages with those elements but they are ignored. Any authoring tools or commands will error on those elements
-->
<!-- You can embed software files directly into packages, as long as you are not bound by distribution rights. -->
<!-- * If you are an organization making private packages, you probably have no issues here -->
<!-- * If you are releasing to the community feed, you need to consider distribution rights. -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<!-- This section is about this package, although id and version have ties back to the software -->
<!-- id is lowercase and if you want a good separator for words, use '-', not '.'. Dots are only acceptable as suffixes for certain types of packages, e.g. .install, .portable, .extension, .template -->
<!-- If the software is cross-platform, attempt to use the same id as the debian/rpm package(s) if possible. -->
<id>simplednscrypt</id>
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.5.6</version>
<packageSourceUrl>https://github.com/chantisnake/chocolateyPackage</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>chantisnake</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>Simple DNSCrypt</title>
<authors>bitbeans</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://simplednscrypt.org/</projectUrl>
<iconUrl>https://github.com/bitbeans/SimpleDnsCrypt/raw/master/img/icons/256x256.png</iconUrl>
<!-- <copyright>Year Software Vendor</copyright> -->
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://github.com/bitbeans/SimpleDnsCrypt/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bitbeans/SimpleDnsCrypt</projectSourceUrl>
<docsUrl>https://github.com/bitbeans/SimpleDnsCrypt/wiki</docsUrl>
<!--<mailingListUrl></mailingListUrl>-->
<bugTrackerUrl>https://github.com/bitbeans/SimpleDnsCrypt/issues</bugTrackerUrl>
<tags>simplednscrpt proxy network</tags>
<summary>A simple management tool for dnscrypt-proxy https://simplednscrypt.org </summary>
<description>
[![license](https://img.shields.io/github/license/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/blob/master/LICENSE.md) [![Github All Releases](https://img.shields.io/github/release/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![Github All Releases](https://img.shields.io/github/downloads/bitbeans/SimpleDnsCrypt/total.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![donate PayPal](https://img.shields.io/badge/donate-PayPal-green.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=c.hermann@bitbeans.de&amp;item_name=Donation+to+the+Simple+DNSCrypt+project) [![donate pledgie](https://img.shields.io/badge/donate-pledgie-green.svg?style=flat-square)](https://pledgie.com/campaigns/32588)


Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.
If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).
</description>
<releaseNotes>New: Added ReturnCode to QueryLog
New: Added silent update option (false by default)
Fix: QueryLog Auto-Scroll by default #323
Fix: UI problem in resolvers tab #288, #292
Updated: to **dnscrypt-proxy 2.0.15**

**New Languages:**
- Swedish</releaseNotes>
<!-- =============================== -->
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="dotnet4.6.1" />
</dependencies>
<!-- chocolatey-uninstall.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-uninstall.extension as a dependency. Please verify whether you are using a helper function from that package. -->
<!--<provides>NOT YET IMPLEMENTED</provides>-->
<!--<conflicts>NOT YET IMPLEMENTED</conflicts>-->
<!--<replaces>NOT YET IMPLEMENTED</replaces>-->
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="tools\**" target="tools" />
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
</files>
</package>
@@ -0,0 +1,4 @@

$ErrorActionPreference = 'Stop'; # stop on all errors

Install-ChocolateyPackage -packageName 'simplednscrypt' -FileType msi -SilentArgs '/quiet' -Url 'https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.6/SimpleDNSCrypt.msi' -checksum '0E2A318251842405A77FCF1F958F8970670D1F7AF3532D0BE1C4FB7EF46157ED' -checksumType 'sha256' -Url64 'https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.6/SimpleDNSCrypt64.msi' -checksum64 'E9CAA278C67550EABBA5B662CA66A8B5FCCB61DC5D9FA7ED140E73D0D583495F' -checksumType64 'sha256'
2 changes: 1 addition & 1 deletion simplednscrypt-choco/latestVersion
@@ -1 +1 @@
0.5.4
0.5.6

0 comments on commit c6212f7

Please sign in to comment.