folkertvanheusden / HTTPing

Ping an HTTP server
GNU Affero General Public License v3.0
31 stars 9 forks source link

Add a tagged release #6

Closed iandol closed 2 years ago

iandol commented 2 years ago

For package systems like homebrew, having a release which has been tagged with a version means the download is more reliable (as I understand it the SHA256 will remain consistent, whereas the master branch download will change for every commit).

This has been requested by the package maintainers at homebrew, you can follow my attempt to add httping back here:

https://github.com/Homebrew/homebrew-core/pull/114088

folkertvanheusden commented 2 years ago

Hi,

https://github.com/folkertvanheusden/HTTPing/releases/tag/v2.9

Will this work?

regards

p.s. thanks for your help

On Fri, Oct 28, 2022 at 1:51 AM Ian Max Andolina @.***> wrote:

For package managed, having a release which has been tagged with a version means the download is more reliable (as I understand it the SHA256 will remain consistent, whereas the master branch download will change for every commit).

This has been requested by the packagers at homebrew, you can follow my attempt to add httping back here:

Homebrew/homebrew-core#114088 https://github.com/Homebrew/homebrew-core/pull/114088

— Reply to this email directly, view it on GitHub https://github.com/folkertvanheusden/HTTPing/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUN5IW5O7PG6L4YUECQGDD3WFMIPFANCNFSM6AAAAAARQR2R3I . You are receiving this because you are subscribed to this thread.Message ID: @.***>

iandol commented 2 years ago

Yes, this is perfect thanks! We have one more outstanding issue then I think httping will be available again in the homebrew packages...