summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Glass2022-07-20 20:12:22 +0100
committerJoshua Glass2022-07-20 20:12:22 +0100
commit3179300ecbc5da85f047b09a299b647aeb2fd644 (patch)
treee2c38b976bcfdea566469a75945fb2d3a40f0716 /PKGBUILD
parent78d5eabdbae0dfb86593235123ba20c11bf11056 (diff)
downloadaur-3179300ecbc5da85f047b09a299b647aeb2fd644.tar.gz
Update to 2.0.0-rc9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b4e2fd4d323..369eb7278aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: SuperNinja_4965
pkgname=arduino-ide-beta-bin
-_pkgver=2.0.0-rc8
+_pkgver=2.0.0-rc9
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
pkgdesc="Arduino prototyping platform IDE, rewrite based on the Theia IDE framework"
arch=(x86_64)
url="https://github.com/arduino/arduino-ide"
@@ -22,7 +22,7 @@ install=arduino-ide.install
options=(!strip)
source=("https://downloads.arduino.cc/arduino-ide/arduino-ide_${_pkgver}_Linux_64bit.zip"
"https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg")
-sha256sums=('830519afaa3c6144484567807258b375e193026fcac1f5137e6ff3749855786c'
+sha256sums=('f6277b7fe3089780d2d57ba6347fbd404f71158d59072434d82519e9e71f0c2f'
'4137981bcb4057c2e0092f22faea287767f102e0b48497d22cd55e8d6988e4ac')
prepare() {