Giter Site home page Giter Site logo

abaclient-chocolatey-package's Introduction

AbaClient Chocolatey Package

Chocolatey Version GitHub Workflow Status

This repository contains the source code for a Chocolatey package that installs and updates the AbaClient from Abacus Business Software. Feel free to make adjustments and improvements to the code in this repository.

Installation

You can install the AbaClient package using Chocolatey. Make sure you have Chocolatey installed on your system. If you don't have it, you can get it from chocolatey.org. Once Chocolatey is installed, run the following command in your command prompt or PowerShell:

choco upgrade abaclient

Updating the Package

To release a new version of the AbaClient package, follow these steps:

  1. Update the version number in the chocolateyinstall.ps1 file. Modify the $version variable to match the new version. For example:
$version = '3.0.940'
  1. Update the checksums of the new installation files in the chocolateyinstall.ps1 file. Modify the $checksums variable accordingly.
$checksums = @{
  en = 'a5abc89b5084a5d1bf96e3cf9d401748f062564a2421d883ca80792de761822a'
  de = '497da4cc77207f9e349fb10f60f9d549b93657a596ee343a127e39d41ba1ad0e'
  fr = 'abeb6369c691bb8fc014ad10815cc95a396a2f9c6c96bb154e08bb57aed4c25d'
  it = 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
}
  1. Create a new GitHub tag that matches the new version number. For example:
git tag 3.0.940
  1. Commit your changes to the repository. Make sure you have staged all the changes you made in chocolateyinstall.ps1 and adapt the path in the git add command to the actual location of your chocolateyinstall.ps1 file:
git add tools/chocolateyinstall.ps1
git commit -m "Update version to 3.0.940"
  1. Push the committed changes and the new tag (with --tags) to the remote repository.

GitHub Actions will automatically build and publish the updated package to Chocolatey based on the newly created tag.

Contributing

Contributions to this repository are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

abaclient-chocolatey-package's People

Contributors

bwalti avatar chrismargadant avatar conitrade-as avatar tkaepp avatar pfrubby avatar

Watchers

 avatar

Forkers

conitrade

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.