diff options
author | Joshua Glass | 2023-02-27 18:39:04 +0000 |
---|---|---|
committer | Joshua Glass | 2023-02-27 18:39:04 +0000 |
commit | eff637e06090c7d43a6703887918d58fa82647d3 (patch) | |
tree | e189ad8436c304af714bcddce1fcfcf9c2058bbd | |
parent | aab0a118b4d6efb953c18c40d503bea0fbff8528 (diff) | |
download | aur-eff637e06090c7d43a6703887918d58fa82647d3.tar.gz |
Update to release 2.0.4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = arduino-ide-bin pkgdesc = Arduino prototyping platform IDE, rewrite based on the Theia IDE framework. - pkgver = 2.0.3 - pkgrel = 2 + pkgver = 2.0.4 + pkgrel = 1 url = https://github.com/arduino/arduino-ide arch = x86_64 license = AGPL3 @@ -18,9 +18,9 @@ pkgbase = arduino-ide-bin conflicts = arduino-ide replaces = arduino-ide-beta-bin options = !strip - source = https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.3_Linux_64bit.zip + source = https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.4_Linux_64bit.zip source = https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg - sha256sums = 4f0700d7929a621ad96c851dc1ce294917286515e8f33dacb13895150acd2aeb + sha256sums = d8855ec9e306b96fbe4059b61c1a0fc6b7c7ccd8c963d31a8e8c09e4ac22b1c2 sha256sums = 4137981bcb4057c2e0092f22faea287767f102e0b48497d22cd55e8d6988e4ac pkgname = arduino-ide-bin @@ -3,8 +3,8 @@ # Contributor: netroy pkgname=arduino-ide-bin -pkgver=2.0.3 -pkgrel=2 +pkgver=2.0.4 +pkgrel=1 pkgdesc="Arduino prototyping platform IDE, rewrite based on the Theia IDE framework." arch=(x86_64) url="https://github.com/arduino/arduino-ide" @@ -20,7 +20,7 @@ replaces=(arduino-ide-beta-bin) options=(!strip) source=("https://downloads.arduino.cc/arduino-ide/arduino-ide_${pkgver}_Linux_64bit.zip" "https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg") -sha256sums=('4f0700d7929a621ad96c851dc1ce294917286515e8f33dacb13895150acd2aeb' +sha256sums=('d8855ec9e306b96fbe4059b61c1a0fc6b7c7ccd8c963d31a8e8c09e4ac22b1c2' '4137981bcb4057c2e0092f22faea287767f102e0b48497d22cd55e8d6988e4ac') prepare() { |