michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Versions 2.0 and 2.1: source distributions and/or git tags #23

Closed catseye closed 10 years ago

catseye commented 10 years ago

Let's say, for the sake of argument, that I want to download a recent stable version of Ophis. I notice the Ophis home page has source and Windows distributions for version 1.0, but I can't find any for 2.0 or 2.1. (Maybe they've been created, but haven't been linked or I just haven't been able to find them?)

Even better would be to have 1.0, 2.0, and 2.1 tags in the git repo on Github. I found 2.1 at rev 42f01f7cd6a3a456743895f3259cbbb04bb6628e, I think. So I could download that with

https://github.com/michaelcmartin/Ophis/archive/42f01f7cd6a3a456743895f3259cbbb04bb6628e.zip

but it would be much easier to read/type/remember

https://github.com/michaelcmartin/Ophis/archive/2.1.zip

I'm not sure you can actually add tags from a fork to an origin repo via a pull request on Github, but if you like, I can attempt to do so...

michaelcmartin commented 10 years ago

I've added tags for v1.0 and v2.0. v2.1 has not yet been added because v2.1 has not yet been formally released.