summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-02-08 17:44:05 +0100
committerAlexander F. Rødseth2023-02-08 17:44:05 +0100
commit915131a51f554ac42df8aa31b178667d1f89f26d (patch)
tree147a87306f9d4174faacab5bec50e5208427c652
parent735bf3b413361589007984f3691886ef0e6b3804 (diff)
downloadaur-915131a51f554ac42df8aa31b178667d1f89f26d.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6a13388a87..4013032f4670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o-bin
pkgdesc = Text editor, IDE and gdb frontend (CLI only)
- pkgver = 2.59.0
+ pkgver = 2.59.3
pkgrel = 1
url = https://github.com/xyproto/o
arch = aarch64
@@ -51,8 +51,8 @@ pkgbase = o-bin
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
conflicts = o
- source = https://github.com/xyproto/o/releases/download/v2.59.0/o-2.59.0-linux_x86_64_static.tar.xz
- sha256sums = 31d65f283c4f817b4314990f0d6cf62053e827d1711596148c71dc0489dc652c
- b2sums = 04a0059e3206d4fe12324d8b2cc87b58d16923f0fdd845966dfd4e3396899aab045bfd4d8961739cd1aa84d8cb35cc4c674001e2c9a06f05edc1ad175e5546ca
+ source = https://github.com/xyproto/o/releases/download/v2.59.3/o-2.59.3-linux_x86_64_static.tar.xz
+ sha256sums = 9a8a4857e83883c813a334a07a060d4714dacbd6d47d782d862b1a5d0d9c19dd
+ b2sums = 30122e66bb5ed53f71bc9d1a5a85c1821d9975fe9bb1e01042e0e16a431787aaebf1eff8f8adabb699a6a7b0637ac29fb9cab2f5a0c8efde487595f71739b940
pkgname = o-bin
diff --git a/PKGBUILD b/PKGBUILD
index aaf7b84d57a8..a6616f5f581c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o-bin
-pkgver=2.59.0
+pkgver=2.59.3
pkgrel=1
pkgdesc='Text editor, IDE and gdb frontend (CLI only)'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
@@ -50,8 +50,8 @@ optdepends=('asciidoctor: for writing man pages'
'vlang: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('31d65f283c4f817b4314990f0d6cf62053e827d1711596148c71dc0489dc652c')
-b2sums=('04a0059e3206d4fe12324d8b2cc87b58d16923f0fdd845966dfd4e3396899aab045bfd4d8961739cd1aa84d8cb35cc4c674001e2c9a06f05edc1ad175e5546ca')
+sha256sums=('9a8a4857e83883c813a334a07a060d4714dacbd6d47d782d862b1a5d0d9c19dd')
+b2sums=('30122e66bb5ed53f71bc9d1a5a85c1821d9975fe9bb1e01042e0e16a431787aaebf1eff8f8adabb699a6a7b0637ac29fb9cab2f5a0c8efde487595f71739b940')
package() {
cd o-$pkgver-linux_${CARCH}_static