From 8cd5259569af94083eb84b5cf8fa70479a420347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Sat, 22 Jul 2023 16:23:58 +0200 Subject: [PATCH] New patch release --- README.md | 4 ++-- o.1 | 4 ++-- v2/main.go | 2 +- version.sh | 2 +- web/docker.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4f3f79c9..7a7e57f9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Adjust the `mv` flags and the `~/go/bin` path as needed. Perhaps `go install` wi Alternatively, download and install a [release version](https://github.com/xyproto/orbiton/releases). For example, for Raspberry Pi 2, 3 or 4 running Linux: - curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.62.6/orbiton-2.62.6-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.62.6-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.62.6-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz + curl -sL 'https://github.com/xyproto/orbiton/releases/download/v2.62.7/orbiton-2.62.7-linux_armv7_static.tar.xz' | tar JxC /tmp && sudo install -Dm755 /tmp/orbiton-2.62.7-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.62.7-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz ## Setting `o` as the default editor executable for `git` @@ -638,6 +638,6 @@ Install (use `sudo` or `doas`, if needed): ## General info -* Version: 2.62.6 +* Version: 2.62.7 * License: 3-clause BSD * Author: Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/o.1 b/o.1 index 1adb2e95..a9e77bc9 100644 --- a/o.1 +++ b/o.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "o" 1 "06 Jul 2023" "o" "User Commands" +.TH "o" 1 "22 Jul 2023" "o" "User Commands" .SH NAME o \- an editor .SH SYNOPSIS @@ -181,7 +181,7 @@ Middle-click pasting (instead of pasting with \fBctrl-v\fP) may have issues with .sp The smart indentation is not always smart. .SH VERSION -2.62.6 +2.62.7 .SH AUTHOR .B o was written by Alexander F. Rødseth diff --git a/v2/main.go b/v2/main.go index 76c5c67a..80a9bc19 100644 --- a/v2/main.go +++ b/v2/main.go @@ -15,7 +15,7 @@ import ( "github.com/xyproto/vt100" ) -const versionString = "Orbiton 2.62.6" +const versionString = "Orbiton 2.62.7" // quitMut disallows Exit(1) while a file is being saved var quitMut sync.Mutex diff --git a/version.sh b/version.sh index 0b5abaee..6702b9b4 100755 --- a/version.sh +++ b/version.sh @@ -4,7 +4,7 @@ # # The current version goes here, as the default value -VERSION=${1:-'2.62.6'} +VERSION=${1:-'2.62.7'} if [ -z "$1" ]; then echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it" diff --git a/web/docker.sh b/web/docker.sh index a1a6481b..d596032b 100755 --- a/web/docker.sh +++ b/web/docker.sh @@ -1,6 +1,6 @@ #!/bin/sh -DOCKER_TAG='2.62.6' +DOCKER_TAG='2.62.7' # Google Cloud PROJECT_ID='personal-306017'