summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2016-05-03 19:56:39 +0700
committerMario Ray Mahardhika2016-05-03 19:56:39 +0700
commit3349057897ba4043cf7d73ffd73cd898e3e3417f (patch)
tree5081b9a8494042b7858688e26560a289124e9afb
parent407d8d2bd9de1d1343aff7a7b0dddb8579ba2814 (diff)
downloadaur-3349057897ba4043cf7d73ffd73cd898e3e3417f.tar.gz
Update to 2.7.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843db25f9736..85c22526a40b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 27 18:29:14 UTC 2016
+# Tue May 3 12:56:18 UTC 2016
pkgbase = staruml
pkgdesc = A sophisticated software modeler
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = http://staruml.io/
install = staruml.install
@@ -17,10 +17,10 @@ pkgbase = staruml
depends = libudev.so.0
source = staruml.sh
md5sums = 9e14e38e0b2054353eab13e9f028bd74
- source_i686 = http://staruml.io/download/release/v2.6.0/StarUML-v2.6.0-32-bit.deb
- md5sums_i686 = 76e997cdabc072a865a6706faeaf2464
- source_x86_64 = http://staruml.io/download/release/v2.6.0/StarUML-v2.6.0-64-bit.deb
- md5sums_x86_64 = 25064bc64ba05f46c95be06ae2cec907
+ source_i686 = http://staruml.io/download/release/v2.7.0/StarUML-v2.7.0-32-bit.deb
+ md5sums_i686 = 2f72713e8ea8081552715590f7ebef24
+ source_x86_64 = http://staruml.io/download/release/v2.7.0/StarUML-v2.7.0-64-bit.deb
+ md5sums_x86_64 = 5c738e1bc9dcf09e2c6d0cf44035784a
pkgname = staruml
diff --git a/PKGBUILD b/PKGBUILD
index f91c4b882637..b1f635d8b509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ source=('staruml.sh')
source_i686=("http://staruml.io/download/release/v$pkgver/StarUML-v$pkgver-32-bit.deb")
source_x86_64=("http://staruml.io/download/release/v$pkgver/StarUML-v$pkgver-64-bit.deb")
md5sums=('9e14e38e0b2054353eab13e9f028bd74')
-md5sums_i686=('76e997cdabc072a865a6706faeaf2464')
-md5sums_x86_64=('25064bc64ba05f46c95be06ae2cec907')
+md5sums_i686=('2f72713e8ea8081552715590f7ebef24')
+md5sums_x86_64=('5c738e1bc9dcf09e2c6d0cf44035784a')
install=${pkgname}.install
prepare() {