summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinnus Napbus2022-12-21 19:28:09 +1300
committerTinnus Napbus2022-12-21 19:28:09 +1300
commita455e7902a44fd8fbf5f3dac364d32870542d3ce (patch)
treebb465cb826295e1fc54958bba4c52a0c809f22b9
parentac3caf25617af395c331b2723cf5dee2eb0abf2f (diff)
downloadaur-a455e7902a44fd8fbf5f3dac364d32870542d3ce.tar.gz
update to v1.15
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e270b33acd..35631dd9d7aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = urbit
pkgdesc = An operating function
- pkgver = 1.14
+ pkgver = 1.15
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/1.14/vere-v1.14-x86_64-linux
- sha256sums_x86_64 = ae3df3a2c42bde6df1b780955dac3742908185c610eb7e153eb8125821fa5033
- source_aarch64 = https://bootstrap.urbit.org/vere/live/1.14/vere-v1.14-aarch64-linux
- sha256sums_aarch64 = f535a49128a2cd5194f98b65f88c0d5124bc61cfaffc97cab5fc072f3816753c
+ source_x86_64 = https://bootstrap.urbit.org/vere/live/1.15/vere-v1.15-x86_64-linux
+ sha256sums_x86_64 = 6da50c74d95f56336c2ea418ea07d90e0b0a6f21240301da218160c4c694da61
+ source_aarch64 = https://bootstrap.urbit.org/vere/live/1.15/vere-v1.15-aarch64-linux
+ sha256sums_aarch64 = 204b4b07695f38030addbe6dd6c5996dd198af7413f12e061565ce105f03a1c3
pkgname = urbit
diff --git a/PKGBUILD b/PKGBUILD
index 62b56a3f68ef..23334c3abfdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=1.14
+pkgver=1.15
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/$pkgver/vere-v$pkgver-x86_64-linux)
-sha256sums_x86_64=('ae3df3a2c42bde6df1b780955dac3742908185c610eb7e153eb8125821fa5033')
+sha256sums_x86_64=('6da50c74d95f56336c2ea418ea07d90e0b0a6f21240301da218160c4c694da61')
source_aarch64=(https://bootstrap.urbit.org/vere/live/$pkgver/vere-v$pkgver-aarch64-linux)
-sha256sums_aarch64=('f535a49128a2cd5194f98b65f88c0d5124bc61cfaffc97cab5fc072f3816753c')
+sha256sums_aarch64=('204b4b07695f38030addbe6dd6c5996dd198af7413f12e061565ce105f03a1c3')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-$CARCH-linux" "$pkgdir/usr/bin/urbit"