summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2015-07-12 18:49:21 +0700
committerMario Ray Mahardhika2015-07-12 18:49:21 +0700
commit255a8bd4b86d385808a8c2a8f079fa45102180a1 (patch)
treee9bf2e0562bbb28c41494f00b22af2c01221e845
parentf6747e8e30c0d170799c34813f6aa360954da29f (diff)
downloadaur-255a8bd4b86d385808a8c2a8f079fa45102180a1.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b69db6ad33..a90afc884d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = staruml
pkgdesc = A sophisticated software modeler
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = http://staruml.io/
install = staruml.install
@@ -15,10 +15,10 @@ pkgbase = staruml
depends = libudev.so.0
source = staruml.sh
md5sums = 9e14e38e0b2054353eab13e9f028bd74
- source_i686 = http://staruml.io/download/release/v2.3.0/StarUML-v2.3.0-32-bit.deb
- md5sums_i686 = f3cfc1ca72b2653323eb926547a7ddb6
- source_x86_64 = http://staruml.io/download/release/v2.3.0/StarUML-v2.3.0-64-bit.deb
- md5sums_x86_64 = 8b7423c03f72e4a4beda215963257589
+ source_i686 = http://staruml.io/download/release/v2.4.0/StarUML-v2.4.0-32-bit.deb
+ md5sums_i686 = dd378f46cb452c1227ee570d81d2c530
+ source_x86_64 = http://staruml.io/download/release/v2.4.0/StarUML-v2.4.0-64-bit.deb
+ md5sums_x86_64 = 345930d4ef6fe046b6a60c30b2fec241
pkgname = staruml
diff --git a/PKGBUILD b/PKGBUILD
index 51e2745f8eae..a9e1464a245a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
-pkgver=2.3.0
+pkgver=2.4.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=('f3cfc1ca72b2653323eb926547a7ddb6')
-md5sums_x86_64=('8b7423c03f72e4a4beda215963257589')
+md5sums_i686=('dd378f46cb452c1227ee570d81d2c530')
+md5sums_x86_64=('345930d4ef6fe046b6a60c30b2fec241')
install=${pkgname}.install
prepare() {