summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95f297754314..62b56a3f68ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
pkgdesc="An operating function"
arch=('x86_64' 'aarch64')
url="https://github.com/urbit/urbit"
license=('MIT')
conflicts=('urbit-git')
source_x86_64=(https://bootstrap.urbit.org/vere/live/$pkgver/vere-v$pkgver-x86_64-linux)
-sha256sums_x86_64=('1601aba78636807231279f673ddf48dc2f98977aa4ccff0994f04c33898485d7')
+sha256sums_x86_64=('ae3df3a2c42bde6df1b780955dac3742908185c610eb7e153eb8125821fa5033')
source_aarch64=(https://bootstrap.urbit.org/vere/live/$pkgver/vere-v$pkgver-aarch64-linux)
-sha256sums_aarch64=('2e1c8f96064762ffdc5b777664e1b8fd11291d0a6d5c18089f3a5da18d70be0d')
+sha256sums_aarch64=('f535a49128a2cd5194f98b65f88c0d5124bc61cfaffc97cab5fc072f3816753c')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-$CARCH-linux" "$pkgdir/usr/bin/urbit"