summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinnus Napbus2023-09-19 01:20:09 +1200
committerTinnus Napbus2023-09-19 01:20:09 +1200
commitbf374632a146490f4e96c43b947b21321250ec04 (patch)
tree22587162a9c30c9d4ad4e8e50dd8bafc1cbd009b
parent419cf6c64ef46e66ea2d58fa98d9606e3f29f9b8 (diff)
downloadaur-bf374632a146490f4e96c43b947b21321250ec04.tar.gz
update to v2.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9230262f904..cc8a31296707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = urbit
pkgdesc = An operating function
- pkgver = 2.11
+ pkgver = 2.12
pkgrel = 1
url = https://github.com/urbit/urbit
arch = x86_64
arch = aarch64
license = MIT
conflicts = urbit-git
- source_x86_64 = https://bootstrap.urbit.org/vere/live/v2.11/vere-v2.11-linux-x86_64
- sha256sums_x86_64 = f9d6261b00297ebfd70342218caa024b7917840641463b5f238638de4d9f9fa5
- source_aarch64 = https://bootstrap.urbit.org/vere/live/v2.11/vere-v2.11-linux-aarch64
- sha256sums_aarch64 = 097d74a36fc73f0b32b327168b5aaf4158503a299236a15310490264b62d44ab
+ source_x86_64 = https://bootstrap.urbit.org/vere/live/v2.12/vere-v2.12-linux-x86_64
+ sha256sums_x86_64 = 6b9318054648528c2efdf6bdf5f32c6d28ceec19b37c961079d64c7036ac191a
+ source_aarch64 = https://bootstrap.urbit.org/vere/live/v2.12/vere-v2.12-linux-aarch64
+ sha256sums_aarch64 = 7f3278775231d567e1398fe4eb55dfa98418b06cd648087dbcfe75050df75832
pkgname = urbit
diff --git a/PKGBUILD b/PKGBUILD
index 623ea803648e..ee8cb9e70f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=2.11
+pkgver=2.12
pkgrel=1
pkgdesc="An operating function"
arch=('x86_64' 'aarch64')
@@ -10,10 +10,10 @@ url="https://github.com/urbit/urbit"
license=('MIT')
conflicts=('urbit-git')
source_x86_64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-x86_64)
-sha256sums_x86_64=('f9d6261b00297ebfd70342218caa024b7917840641463b5f238638de4d9f9fa5')
+sha256sums_x86_64=('6b9318054648528c2efdf6bdf5f32c6d28ceec19b37c961079d64c7036ac191a')
source_aarch64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-aarch64)
-sha256sums_aarch64=('097d74a36fc73f0b32b327168b5aaf4158503a299236a15310490264b62d44ab')
+sha256sums_aarch64=('7f3278775231d567e1398fe4eb55dfa98418b06cd648087dbcfe75050df75832')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-linux-$CARCH" "$pkgdir/usr/bin/urbit"