summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-02-28 09:35:52 +0100
committerValHue2017-02-28 09:35:52 +0100
commit9b46652cf6143c03b3c823784110561f2543050b (patch)
tree12d3e99c2bb0ecbaf66027acfe749d8fb85a2a29
parente4e30df4a1fe97a7bea402fc2faa2b218e0861be (diff)
downloadaur-9b46652cf6143c03b3c823784110561f2543050b.tar.gz
Update to 1.2.2-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e589e86caae5..abf40454cf71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snap4arduino
pkgdesc = A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board.
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ pkgrel = 1
url = http://snap4arduino.org/
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = snap4arduino
depends = gconf
depends = freetype2
provides = snap4arduino
- source_i686 = http://snap4arduino.org/downloads/1.2.1/Snap4Arduino_desktop-gnu-32_1.2.1.tar.gz
- sha256sums_i686 = ece65ce5b901b29d70e54494f757aa46e439911a7192f3c861b36a8cb9f9f580
- source_x86_64 = http://snap4arduino.org/downloads/1.2.1/Snap4Arduino_desktop-gnu-64_1.2.1.tar.gz
- sha256sums_x86_64 = 3192a572384e28d49c6549fd038d5e47e9739c0a6e4b2b4e1b853c72630413bd
+ source_i686 = http://snap4arduino.org/downloads/1.2.2/Snap4Arduino_desktop-gnu-32_1.2.2.tar.gz
+ sha256sums_i686 = 790360217abc32cb4f996cf4d700d96a2667f9ccfd7a6cba8d1f8dd90f857b15
+ source_x86_64 = http://snap4arduino.org/downloads/1.2.2/Snap4Arduino_desktop-gnu-64_1.2.2.tar.gz
+ sha256sums_x86_64 = 3fd4a56d4396c9946f26615a35189bde128180fa8b904eade9b5779ceb5ef75c
pkgname = snap4arduino
diff --git a/PKGBUILD b/PKGBUILD
index b259d840ebf5..05b5caf25be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
#
_pkgname="Snap4Arduino_desktop-gnu"
pkgname="snap4arduino"
-pkgver="1.2.1"
-pkgrel="2"
+pkgver="1.2.2"
+pkgrel="1"
pkgdesc="A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board."
arch=('i686' 'x86_64')
url="http://snap4arduino.org/"
@@ -15,8 +15,8 @@ provides=("${pkgname}")
source_i686=("http://${pkgname}.org/downloads/${pkgver}/Snap4Arduino_desktop-gnu-32_${pkgver}.tar.gz")
source_x86_64=("http://${pkgname}.org/downloads/${pkgver}/Snap4Arduino_desktop-gnu-64_${pkgver}.tar.gz")
-sha256sums_i686=('ece65ce5b901b29d70e54494f757aa46e439911a7192f3c861b36a8cb9f9f580')
-sha256sums_x86_64=('3192a572384e28d49c6549fd038d5e47e9739c0a6e4b2b4e1b853c72630413bd')
+sha256sums_i686=('790360217abc32cb4f996cf4d700d96a2667f9ccfd7a6cba8d1f8dd90f857b15')
+sha256sums_x86_64=('3fd4a56d4396c9946f26615a35189bde128180fa8b904eade9b5779ceb5ef75c')
if [[ $CARCH == i686 ]]; then
_dir="32";