summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-07-16 02:40:34 +0200
committerAlexander F. Rødseth2022-07-16 02:40:34 +0200
commite0740e3da59b94a2a764c9db80956156c05dae63 (patch)
treec890bec9e157431c46bf454dff19bbfd3c12a372
parentcfa75938745d08f4d3c34fd36b72b7b4e4118406 (diff)
downloadaur-e0740e3da59b94a2a764c9db80956156c05dae63.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 32cdb5e7c932..8bf1826769a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o-bin
pkgdesc = Text editor
- pkgver = 2.53.0
+ pkgver = 2.54.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = aarch64
@@ -49,8 +49,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.53.0/o-2.53.0-linux_x86_64_static.tar.xz
- sha256sums = eec15249c7a5d703bbbf861a80f62686e04c76331601ec2446f03be5c9902449
- b2sums = d8100bd5117235d628b0273355ebd9a65d37aff3b7acf54488625139b0980d10ff14887dbcec79d5221eca270f8ceb9b5e265f6970a245c4aa80eb0d44815229
+ source = https://github.com/xyproto/o/releases/download/v2.54.0/o-2.54.0-linux_x86_64_static.tar.xz
+ sha256sums = d529b7ff13b5448e9344c9c5e0d5032b10dc36eff1f4b8f2a571711874d34a9b
+ b2sums = c0e7e7ded0fc64fc438ed5eccdae82ee1eaea798d9a8b435cb3f328458ed2eb4516f6f57c3264ee8cde253567215d8929de9972458bec4e11755f1defd7ba605
pkgname = o-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74d2a4337607..f3fb15082885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o-bin
-pkgver=2.53.0
+pkgver=2.54.0
pkgrel=1
pkgdesc='Text editor'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
@@ -48,8 +48,8 @@ optdepends=('asciidoctor: for writing man pages'
'v: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('eec15249c7a5d703bbbf861a80f62686e04c76331601ec2446f03be5c9902449')
-b2sums=('d8100bd5117235d628b0273355ebd9a65d37aff3b7acf54488625139b0980d10ff14887dbcec79d5221eca270f8ceb9b5e265f6970a245c4aa80eb0d44815229')
+sha256sums=('d529b7ff13b5448e9344c9c5e0d5032b10dc36eff1f4b8f2a571711874d34a9b')
+b2sums=('c0e7e7ded0fc64fc438ed5eccdae82ee1eaea798d9a8b435cb3f328458ed2eb4516f6f57c3264ee8cde253567215d8929de9972458bec4e11755f1defd7ba605')
package() {
cd o-$pkgver-linux_${CARCH}_static