summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinnus Napbus2022-11-24 22:08:02 +1300
committerTinnus Napbus2022-11-24 22:08:02 +1300
commitbb0ad52949df2db7b4d5792f1572a76dbbca2031 (patch)
treef87c863384d18a3251f7655f64c1fdb4d834ae8b
parent58d51f2e9d0e66939537a70ff98d1a1ddf63ff42 (diff)
downloadaur-bb0ad52949df2db7b4d5792f1572a76dbbca2031.tar.gz
update to v1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46281b32dbe8..02e0498ad477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = urbit
pkgdesc = An operating function
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = https://github.com/urbit/urbit
arch = x86_64
license = MIT
conflicts = urbit-git
- source = https://bootstrap.urbit.org/vere/live/1.12/vere-v1.12-x86_64-linux
- sha256sums = 7d67130c588a90f63b35fae00f3de2dcd8d30b7aa9a369fc03502032084935f3
+ source = https://bootstrap.urbit.org/vere/live/1.13/vere-v1.13-x86_64-linux
+ sha256sums = 1601aba78636807231279f673ddf48dc2f98977aa4ccff0994f04c33898485d7
pkgname = urbit
diff --git a/PKGBUILD b/PKGBUILD
index 3925c0ee1df6..f23ef5b4e64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Roth <omarroth@protonmail.com>
pkgname=urbit
-pkgver=1.12
+pkgver=1.13
pkgrel=1
pkgdesc="An operating function"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/urbit/urbit"
license=('MIT')
conflicts=('urbit-git')
source=(https://bootstrap.urbit.org/vere/live/$pkgver/vere-v$pkgver-x86_64-linux)
-sha256sums=('7d67130c588a90f63b35fae00f3de2dcd8d30b7aa9a369fc03502032084935f3')
+sha256sums=('1601aba78636807231279f673ddf48dc2f98977aa4ccff0994f04c33898485d7')
package() {
install -Dm755 "${srcdir}/vere-v$pkgver-x86_64-linux" "$pkgdir/usr/bin/urbit"