summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c426c0929675..eba86e131217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=2.4
+pkgver=2.5
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=('3827b51a96b7ab1d0fd665a650a3207085c8288aaa806d82f5e6a216c11a6d80')
+sha256sums_x86_64=('86642f390f75c632b68a51859c925df1ed518f1e8ea70ab6419c47b4e30c907d')
source_aarch64=(https://bootstrap.urbit.org/vere/live/v$pkgver/vere-v$pkgver-linux-aarch64)
-sha256sums_aarch64=('34ecdf43bd5c42b2bd3900a09a86a8e61491256c42f205a3cdc0021ec5d4f8b4')
+sha256sums_aarch64=('ee4602a81de0b067dabfb2b5c3f097dd0e38fcdb1dee38bf8db93e533b06e5f8')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-linux-$CARCH" "$pkgdir/usr/bin/urbit"