Code Monkey home page Code Monkey logo

takatasanshiro_chocolatey-packages's Introduction

Chocolatey-Packages

Some packages that can be installed via chocolatey.org

My Chocolatey profile.
https://chocolatey.org/profiles/Sanshiro

Chocolatey - like yum or apt-get, but for Windows
More information about chocolatey is here.
https://github.com/chocolatey/choco

Chocolatey Automatic Package Updater

My AU packages are in the automatic directory. The apps in the automatic folder don't need to update manually via the following method. Fix AU packages are also welcome.

Contribution

PRs to this project are welcome.
Updating a chocolatey package is very easy.

In most cases, you need to change the three variables of a chocolatey package.
You can update chocolatey packages if you don't know how to create chocolatey packages and programming.

  1. Change the <version> in the packageName.nuspec to the latest version number.
    <version>changeMe</version>

  2. Change the $url in the chocolateyinstall.ps1 in the packageName directory to the latest version download link.
    $url = 'changeMe'

But, the app website offers only the latest version, then you don't need to change the $url.
ex)
Twitch offers only the latest version app.
https://updates.twitchapp.net/windows/installer/TwitchSetup.exe
In this case, you don't need to change the $url.

itch.io offers some version apps. The download URL contains a version number.
https://github.com/itchio/itch/releases/download/v23.6.1/itchSetup.exe
In this case, you need to change the $url to the latest version download link.
You have to specify the same domain download link that previous version of the chocolatey package.
If you change the download link to another domain, then I reject it.

  1. Change the $checksum in the chocolateyinstall.ps1 in the packageName directory to the latest version's sha256 checksum.
    $checksum = 'changeMe'

I've been waiting for your PRs.

Notes

I do not use Disqus due to privacy reason. But, when you send a message to my chocolatey packages page via Disqus, I'll get your message via e-mail. If you want a reply then open an issue or send an e-mail to Contact Maintainers link.

takatasanshiro_chocolatey-packages's People

Contributors

abousias avatar barnacle avatar blievain avatar caburn avatar carlosmendonca avatar cfoellmann avatar ckarcz avatar d3m3vilurr avatar franklinyu avatar ionred avatar jackenmen avatar julesdoe avatar laszlopokoradi avatar leander091 avatar maximd avatar nbsantos avatar rogin avatar shiftkey avatar snowink1137 avatar soredake avatar takatasanshiro avatar thecakeisnaoh avatar tylerszabo avatar vegetorius avatar verglor avatar wolffshots avatar xerif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.