summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b617f4dc93cf..153b55f123f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Florian Loitsch <florian@toit.io>
pkgname=jaguar
-pkgver=1.36.2
+pkgver=1.36.3
pkgrel=1
pkgdesc="Tool to develop Toit programs for the ESP32"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/toitlang/jaguar/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('f4efe9218f3348c535b04acbf6e24e2b2a09028030a5d6c4a5e3eac751d6e6b7')
+sha256sums=('441677ae993e847da91ded0ce318bab12f18a685480359566778f9ecb8bb061a')
build() {
cd "$pkgname-$pkgver"