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 758c07929392..ebb03d0eefeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Florian Loitsch <florian@toit.io>
pkgname=jaguar
-pkgver=1.10.0
+pkgver=1.10.1
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=('e348e635e302eb850175671195a141de4f4441f5a03c672dc3e33cb5de27b683')
+sha256sums=('e40d8731256b7c171626190633f05ddfc8e62c244361e355c844c22610b54c50')
build() {
cd "$pkgname-$pkgver"