summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2018-11-12 19:55:08 +0100
committerValHue2018-11-12 19:55:08 +0100
commit7ca481f50807ae00cd49eb7da16afb4578da59e2 (patch)
treef80f15e6df0744d6df0aeb8f4d9b51895e7ed2a8
parent40bad4b827091849fc503056f206c7b6baa592a9 (diff)
downloadaur-7ca481f50807ae00cd49eb7da16afb4578da59e2.tar.gz
Update to 1.2.7-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dbef0fb30c8..fcacb4e86c3d 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.6
+ pkgver = 1.2.7
pkgrel = 1
url = http://snap4arduino.rocks/
arch = i686
@@ -16,10 +16,10 @@ pkgbase = snap4arduino
depends = freetype2
provides = snap4arduino
options = !strip
- source_i686 = https://github.com/bromagosa/Snap4Arduino/releases/download/1.2.6/Snap4Arduino_desktop-gnu-32_1.2.6.tar.gz
- sha256sums_i686 = 2043a5c90f22913dc1300b66d62bcb0210185ebc5e8fda529435e4d20624b132
- source_x86_64 = https://github.com/bromagosa/Snap4Arduino/releases/download/1.2.6/Snap4Arduino_desktop-gnu-64_1.2.6.tar.gz
- sha256sums_x86_64 = a19cac4834c9a20d9f082753ec8cec149b9f4e88b673682a7f79086e4cd6168b
+ source_i686 = https://github.com/bromagosa/Snap4Arduino/releases/download/1.2.7/Snap4Arduino_desktop-gnu-32_1.2.7.tar.gz
+ sha256sums_i686 = 4bf4b13bffdc5ef5e8dd0dc018155cca89f24b0c62c71e5d6aa17490585c4c0e
+ source_x86_64 = https://github.com/bromagosa/Snap4Arduino/releases/download/1.2.7/Snap4Arduino_desktop-gnu-64_1.2.7.tar.gz
+ sha256sums_x86_64 = f17bc1a0992001d29be2dd0e5dfcedca56d317719a7d8d057ea9d291906e3e72
pkgname = snap4arduino
diff --git a/PKGBUILD b/PKGBUILD
index 0c59859ec269..524901a6f63f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="Snap4Arduino_desktop-gnu"
_tname="Snap4Arduino"
pkgname="snap4arduino"
-pkgver="1.2.6"
+pkgver="1.2.7"
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')
@@ -18,8 +18,8 @@ options=('!strip')
source_i686=("https://github.com/bromagosa/${_tname}/releases/download/${pkgver}/${_pkgname}-32_${pkgver}.tar.gz")
source_x86_64=("https://github.com/bromagosa/${_tname}/releases/download/${pkgver}/${_pkgname}-64_${pkgver}.tar.gz")
-sha256sums_i686=('2043a5c90f22913dc1300b66d62bcb0210185ebc5e8fda529435e4d20624b132')
-sha256sums_x86_64=('a19cac4834c9a20d9f082753ec8cec149b9f4e88b673682a7f79086e4cd6168b')
+sha256sums_i686=('4bf4b13bffdc5ef5e8dd0dc018155cca89f24b0c62c71e5d6aa17490585c4c0e')
+sha256sums_x86_64=('f17bc1a0992001d29be2dd0e5dfcedca56d317719a7d8d057ea9d291906e3e72')
if [[ $CARCH == i686 ]]; then
_dir="32";