summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2019-02-09 16:46:10 -0500
committerMike Pento2019-02-09 16:46:10 -0500
commit67e63c61612e9ee31879b13a24aa4aadfb3787b9 (patch)
treebcc3e000bd952a0da63b400cbb6d4dd81c66a4ac
parentc0f7673c18d3423555407ff2755551ef89bd5386 (diff)
downloadaur-67e63c61612e9ee31879b13a24aa4aadfb3787b9.tar.gz
Update to 1.8.7E21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770cafc64f69..eff80961ccf1 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.6.10E18
- pkgrel = 4
+ pkgver = 1.8.7E21
+ pkgrel = 5
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.6.10E18.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-1.6.10E18-linux64.tar.xz
+ source = energia-1.8.7E21.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-1.8.7E21-linux64.tar.xz
md5sums = a7ce061d9fc0f9530e058204e532b40b
md5sums = 8633ff7228aed033d9c9befb82581af9
- md5sums = c50e1eb0dfe7c79aa93c13ba7a23aafe
+ md5sums = 74c5721079981e93ee74d09b3fda3c2d
pkgname = energia
diff --git a/PKGBUILD b/PKGBUILD
index 113f95d619df..a20aee4dbcfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Andrew67 (.desktop file, icon, 64bit compatibility)
pkgname=energia
-pkgver=1.6.10E18
-pkgrel=4
+pkgver=1.8.7E21
+pkgrel=5
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'
- 'c50e1eb0dfe7c79aa93c13ba7a23aafe')
+ '74c5721079981e93ee74d09b3fda3c2d')
# Don't compress, takes too long
PKGEXT='.pkg.tar'