v0.30 - the last Ubuntu 14.04 release

This commit is contained in:
Joshua Tauberer 2019-01-09 06:31:56 -05:00
parent a67aa4cfd4
commit 7b592b1e99
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.29
$ git verify-tag v0.30
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature!
@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
Checkout the tag corresponding to the most recent release:
$ git checkout v0.29
$ git checkout v0.30
Begin the installation.

View File

@ -7,7 +7,7 @@
#########################################################
if [ -z "$TAG" ]; then
TAG=v0.29
TAG=v0.30
fi
# Are we running as root?