1 Commits

Author SHA1 Message Date
idk
7b097119b3 Bump, update changelog, re-release 2021-12-14 19:13:23 -05:00
3 changed files with 8 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
# 0.0.07
- restart changelog.
- fix websiteURL in plugin.
# 1.14.0
* Stop publishing arm releases.

View File

@@ -1,4 +1,4 @@
VERSION=0.0.06
VERSION=0.0.07
CGO_ENABLED=0
export CGO_ENABLED=0
@@ -69,7 +69,7 @@ version:
gothub release -u eyedeekay -r terrarium -t "$(VERSION)" -d "`cat desc`"; true
upload:
gothub upload -u eyedeekay -r terrarium -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
gothub upload -R -u eyedeekay -r terrarium -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
upload-windows:
GOOS=windows GOARCH=amd64 make upload

6
desc
View File

@@ -1,5 +1 @@
terrarium is an IRC server with a focus on being small and understandable,
originally forked from [horgh/catbox](https://github.com/horgh/catbox). The
goal is to create an easy-to-configure I2P IRC server which is highly stable
and secure, while retaining the ability to link with non-I2P IRC servers using
TLS in order to bridge anonymous and non-anonymous chat.
terrarium is an IRC server with a focus on being small, understandable, and private. It builds all of it's connections using SAM, and is capable of linking with other I2P IRC servers.