summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff80961ccf1..c530c367b5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = energia
pkgdesc = Energia is a Arduino IDE clone for use with the MSP430 launchpad
- pkgver = 1.8.7E21
- pkgrel = 5
+ pkgver = 1.8.10E23
+ pkgrel = 1
url = http://energia.nu/
install = energia.install
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = energia
options = staticlibs
source = energia.desktop
source = 71-ti-permissions.rules
- source = energia-1.8.7E21.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-1.8.7E21-linux64.tar.xz
+ source = energia-1.8.10E23.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-1.8.10E23-linux64.tar.xz
md5sums = a7ce061d9fc0f9530e058204e532b40b
md5sums = 8633ff7228aed033d9c9befb82581af9
- md5sums = 74c5721079981e93ee74d09b3fda3c2d
+ md5sums = ae84c41c9087a49007ca31842e1638e3
pkgname = energia
diff --git a/PKGBUILD b/PKGBUILD
index a20aee4dbcfd..e6b290049e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Andrew67 (.desktop file, icon, 64bit compatibility)
pkgname=energia
-pkgver=1.8.7E21
-pkgrel=5
+pkgver=1.8.10E23
+pkgrel=1
pkgdesc="Energia is a Arduino IDE clone for use with the MSP430 launchpad"
arch=('x86_64')
url="http://energia.nu/"
@@ -20,7 +20,7 @@ source=('energia.desktop'
"${pkgname}-${pkgver}.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-${pkgver}-linux64.tar.xz")
md5sums=('a7ce061d9fc0f9530e058204e532b40b'
'8633ff7228aed033d9c9befb82581af9'
- '74c5721079981e93ee74d09b3fda3c2d')
+ 'ae84c41c9087a49007ca31842e1638e3')
# Don't compress, takes too long
PKGEXT='.pkg.tar'