summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeon Gungadin Mogensen2023-09-05 14:34:24 +0000
committerLeon Gungadin Mogensen2023-09-05 14:34:24 +0000
commit81aa76b0a414d36b2b5353fce6460df764cf38d7 (patch)
tree3bdc0984749b735825c464b252331f671bccfa47 /PKGBUILD
parentc6d1ce9ff8325466f799099e38828c558978c8b9 (diff)
downloadaur-81aa76b0a414d36b2b5353fce6460df764cf38d7.tar.gz
Update to version v1.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8c989548a14..416a43915b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Florian Loitsch <florian@toit.io>
pkgname=jaguar
-pkgver=1.11.0
+pkgver=1.11.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=('c15068adc7cff682eac6ce91c8686d093ebafe1f05b9b50fe0fd246d9009da4a')
+sha256sums=('8c13c22d7a6291ecf66159055190c5c1df2cd891a3e076f6537d2fe0fcf6041c')
build() {
cd "$pkgname-$pkgver"