summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-06-07 17:14:58 +0200
committerValHue2017-06-07 17:14:58 +0200
commit483f6c9bd1e33c8cda0ac1630675f49108d32314 (patch)
treec7507294ef70fc0cf1e6d29b82e7a24c7233cb97
parent9b46652cf6143c03b3c823784110561f2543050b (diff)
downloadaur-483f6c9bd1e33c8cda0ac1630675f49108d32314.tar.gz
Update to 1.2.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf40454cf71..faa1becc347d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2
+ pkgver = 1.2.3
pkgrel = 1
url = http://snap4arduino.org/
arch = i686
@@ -14,10 +14,10 @@ pkgbase = snap4arduino
depends = gconf
depends = freetype2
provides = snap4arduino
- 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
+ source_i686 = http://snap4arduino.org/downloads/1.2.3/Snap4Arduino_desktop-gnu-32_1.2.3.tar.gz
+ sha256sums_i686 = 4992756afc07978c57f77b2d5888ddee2f4c02dfdba776bc45a9923fcdb80e76
+ source_x86_64 = http://snap4arduino.org/downloads/1.2.3/Snap4Arduino_desktop-gnu-64_1.2.3.tar.gz
+ sha256sums_x86_64 = 90addb370593ebdc36649fc8e56be505f6bd03306a508a2690d7baa1eb937e06
pkgname = snap4arduino
diff --git a/PKGBUILD b/PKGBUILD
index 05b5caf25be3..af97b2ca3481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
# Maintainer: ValHue <vhuelamo at gmail dot com>
# https://github.com/ValHue/AUR-PKGBUILDs
#
+# Contributor: ValHue <vhuelamo at gmail dot com>
+#
_pkgname="Snap4Arduino_desktop-gnu"
pkgname="snap4arduino"
-pkgver="1.2.2"
+pkgver="1.2.3"
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')
@@ -15,8 +17,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=('790360217abc32cb4f996cf4d700d96a2667f9ccfd7a6cba8d1f8dd90f857b15')
-sha256sums_x86_64=('3fd4a56d4396c9946f26615a35189bde128180fa8b904eade9b5779ceb5ef75c')
+sha256sums_i686=('4992756afc07978c57f77b2d5888ddee2f4c02dfdba776bc45a9923fcdb80e76')
+sha256sums_x86_64=('90addb370593ebdc36649fc8e56be505f6bd03306a508a2690d7baa1eb937e06')
if [[ $CARCH == i686 ]]; then
_dir="32";