summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2017-11-08 11:10:40 -0300
committerxpt2017-11-08 11:10:40 -0300
commit6b8be3f422601771340c8718ea5385820b53e6b8 (patch)
tree2e396673875fbf7148422e79f2186ec0f8040960
parente968ea483cc70d3beb409eb1e766c53dc4b460d1 (diff)
downloadaur-6b8be3f422601771340c8718ea5385820b53e6b8.tar.gz
Update to 8.8.0-1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b73e5f9826..90df08bb68bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 3 03:02:02 UTC 2017
+# miƩ nov 8 14:10:40 UTC 2017
pkgbase = energyplus
pkgdesc = A building energy simulation engine to model energy and water use in buildings
- pkgver = 8.7.0
+ pkgver = 8.8.0
pkgrel = 1
url = http://apps1.eere.energy.gov/buildings/energyplus/
install = energyplus.install
@@ -10,8 +10,8 @@ pkgbase = energyplus
license = GPL
depends = tar
depends = gzip
- source = https://github.com/NREL/EnergyPlus/releases/download/v8.7.0/EnergyPlus-8.7.0-78a111df4a-Linux-x86_64.sh
- md5sums = 67faf50b999af9add4c50e0831ebee51
+ source = https://github.com/NREL/EnergyPlus/releases/download/v8.8.0/EnergyPlus-8.8.0-7c3bbe4830-Linux-x86_64.sh
+ md5sums = 13781170f7a729182aa290540aafaefd
pkgname = energyplus
diff --git a/PKGBUILD b/PKGBUILD
index 14ef56581519..9efc879f2275 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=energyplus
-pkgver=8.7.0
+pkgver=8.8.0
pkgrel=1
-_relcode='78a111df4a'
+_relcode='7c3bbe4830'
install="$pkgname.install"
pkgdesc="A building energy simulation engine to model energy and water use in buildings"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
# source=("https://github.com/NREL/EnergyPlus/archive/v$pkgver.$pkgrel.tar.gz")
# md5sums=('761fc37599eb6e83af0e133472959dd8')
source=("https://github.com/NREL/EnergyPlus/releases/download/v$pkgver/EnergyPlus-$pkgver-$_relcode-Linux-x86_64.sh")
-md5sums=('67faf50b999af9add4c50e0831ebee51')
+md5sums=('13781170f7a729182aa290540aafaefd')
install_script=EnergyPlus-$pkgver-$_relcode-Linux-x86_64.sh