summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinnus Napbus2023-02-01 19:58:39 +1300
committerTinnus Napbus2023-02-01 19:58:39 +1300
commit0a728a51cd3bec23c6199ce543b0cb6de49323fe (patch)
tree296318009f9606f2aa9e42919f87eca398c6eeb6
parent054b8d39ff3b0d08dc922de23d4dd47e489bf454 (diff)
downloadaur-0a728a51cd3bec23c6199ce543b0cb6de49323fe.tar.gz
update to v1.18
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecdeda2c5618..75335a05d420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = urbit
pkgdesc = An operating function
- pkgver = 1.17
+ pkgver = 1.18
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/v1.17/vere-v1.17-linux-x86_64
- sha256sums_x86_64 = d2494f1b177f4d9318a668b9981701dbb8ac0aa56ff14356a385e58fe2d1c481
- source_aarch64 = https://bootstrap.urbit.org/vere/live/v1.17/vere-v1.17-linux-aarch64
- sha256sums_aarch64 = eaf2af38f7709255e81da5694de07f9e983b8e8df4b46497350a996915640b9a
+ source_x86_64 = https://bootstrap.urbit.org/vere/live/v1.18/vere-v1.18-linux-x86_64
+ sha256sums_x86_64 = 6e37b44010119055d2d3506665b322cc75648d282c7950a0484cd3947a7a7596
+ source_aarch64 = https://bootstrap.urbit.org/vere/live/v1.18/vere-v1.18-linux-aarch64
+ sha256sums_aarch64 = 77ead425469cecca77b3d60820b424ccf4c4e3a1ccfb0c55415f5a6218c01402
pkgname = urbit
diff --git a/PKGBUILD b/PKGBUILD
index 2446b7c41538..1041dcfe62b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=1.17
+pkgver=1.18
pkgrel=1
pkgdesc="An operating function"
arch=('x86_64' 'aarch64')
@@ -10,9 +10,9 @@ 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=('d2494f1b177f4d9318a668b9981701dbb8ac0aa56ff14356a385e58fe2d1c481')
+sha256sums_x86_64=('6e37b44010119055d2d3506665b322cc75648d282c7950a0484cd3947a7a7596')
source_aarch64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-aarch64)
-sha256sums_aarch64=('eaf2af38f7709255e81da5694de07f9e983b8e8df4b46497350a996915640b9a')
+sha256sums_aarch64=('77ead425469cecca77b3d60820b424ccf4c4e3a1ccfb0c55415f5a6218c01402')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-linux-$CARCH" "$pkgdir/usr/bin/urbit"