From 972f2e660b6a58d2110bd6d1d9d480197ca9438d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Wed, 5 Apr 2023 15:32:00 +0200 Subject: [PATCH] New patch release --- README.md | 6 +++--- aur.sh | 2 +- o.1 | 4 ++-- v2/main.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 35e42c50..69565210 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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/2.60.4/orbiton-2.60.4-linux_armv7_static.tar.xz' | tar axC /tmp && sudo install -Dm755 /tmp/orbiton-2.60.4-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.60.4-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz + curl -sL 'https://github.com/xyproto/orbiton/releases/download/2.60.5/orbiton-2.60.5-linux_armv7_static.tar.xz' | tar axC /tmp && sudo install -Dm755 /tmp/orbiton-2.60.5-linux_armv7_static/o /usr/bin/o && sudo install -Dm644 /tmp/orbiton-2.60.5-linux_armv7_static/o.1.gz /usr/share/man/man1/o.1.gz ## Setting `o` as the default editor for `git` @@ -454,7 +454,7 @@ When editing `PKGBUILD` files, it is possible to press `ctrl-o` and select `Call ## Size -* The `o` executable is **1.5M** when built with GCC 12.60.4 (for 64-bit Linux) and compressed with `upx`. +* The `o` executable is **1.5M** when built with GCC 12.60.5 (for 64-bit Linux) and compressed with `upx`. * This isn't as small as [e3](https://sites.google.com/site/e3editor/), an editor written in assembly (which is **234k**), but it's reasonably lean. One way of building with `gccgo` and `upx` (in the `v2` directory): @@ -571,6 +571,6 @@ Install (use `sudo`, if needed): ## General info -* Version: 2.60.4 +* Version: 2.60.5 * License: 3-clause BSD * Author: Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/aur.sh b/aur.sh index 1bf50f8a..d783b2c6 100755 --- a/aur.sh +++ b/aur.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=2.60.4 +VERSION=2.60.5 rm -rf archpackages mkdir -p archpackages diff --git a/o.1 b/o.1 index ce7e7e37..5a59a39e 100644 --- a/o.1 +++ b/o.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "o" 1 "04 Apr 2023" "o" "User Commands" +.TH "o" 1 "05 Apr 2023" "o" "User Commands" .SH NAME o \- an editor .SH SYNOPSIS @@ -167,7 +167,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.60.4 +2.60.5 .SH AUTHOR .B o was written by Alexander F. Rødseth diff --git a/v2/main.go b/v2/main.go index 2f68e3f6..122dd9bb 100644 --- a/v2/main.go +++ b/v2/main.go @@ -15,7 +15,7 @@ import ( ) const ( - versionString = "Orbiton 2.60.4" + versionString = "Orbiton 2.60.5" ) func main() {