summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-03-06 01:01:16 +0100
committerAlexander F. Rødseth2023-03-06 01:01:16 +0100
commit57070a729ed01348f2425250a44a113d6b933a74 (patch)
treefa4f16dfd2f411519d8794c1091ee62e9c54b0af
parent78b424535d6b92ea362b2df1e16a35541a37b3a8 (diff)
downloadaur-57070a729ed01348f2425250a44a113d6b933a74.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 bde422fd8c2d..ed9382f5c4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = orbiton-bin
pkgdesc = Text editor, IDE and gdb frontend (CLI only)
- pkgver = 2.60.2
+ pkgver = 2.60.3
pkgrel = 1
url = https://github.com/xyproto/orbiton
arch = aarch64
@@ -55,8 +55,8 @@ pkgbase = orbiton-bin
conflicts = o-bin
conflicts = orbiton
replaces = o-bin
- source = https://github.com/xyproto/orbiton/releases/download/v2.60.2/orbiton-2.60.2-linux_x86_64_static.tar.xz
- sha256sums = 0a957661c04ef5a8b21b9228a284e3755bb38c64c00ea4366149fc5cb23aadc8
- b2sums = 8da948cab8ef95c91944eb4982905d7fb6149c6e8841c61fdbdb55fd7eff9960755be73bc465eea9f7a32afac1bfd7c6731d02abc9daa90bb1958ab153057795
+ source = https://github.com/xyproto/orbiton/releases/download/v2.60.3/orbiton-2.60.3-linux_x86_64_static.tar.xz
+ sha256sums = f774d01a422f624185278f2b06c7fb2b00fd098266930062735b08be20d9e1ee
+ b2sums = a2b7d391b1a343c74b264c8271af7cb934bbf40ec728bbef958a292cd28435ad2b75c55690f30a0f977fa12f06d5bb1fd66a1d7de57de9cb39a6aad3a2fd81c5
pkgname = orbiton-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a07d548c21e..de41ac085b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=orbiton-bin
-pkgver=2.60.2
+pkgver=2.60.3
pkgrel=1
pkgdesc='Text editor, IDE and gdb frontend (CLI only)'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
@@ -52,8 +52,8 @@ optdepends=('asciidoctor: for writing man pages'
'vlang: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('0a957661c04ef5a8b21b9228a284e3755bb38c64c00ea4366149fc5cb23aadc8')
-b2sums=('8da948cab8ef95c91944eb4982905d7fb6149c6e8841c61fdbdb55fd7eff9960755be73bc465eea9f7a32afac1bfd7c6731d02abc9daa90bb1958ab153057795')
+sha256sums=('f774d01a422f624185278f2b06c7fb2b00fd098266930062735b08be20d9e1ee')
+b2sums=('a2b7d391b1a343c74b264c8271af7cb934bbf40ec728bbef958a292cd28435ad2b75c55690f30a0f977fa12f06d5bb1fd66a1d7de57de9cb39a6aad3a2fd81c5')
package() {
cd orbiton-$pkgver-linux_${CARCH}_static