summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2015-08-06 01:17:27 +0700
committerMario Ray Mahardhika2015-08-06 01:17:27 +0700
commit8fbb899f5ff6bc4787b0a3b14c03dcbe394d02e9 (patch)
treea88f1fe2b0264d76fd38ad624ddff47dd8f7a7cf
parent255a8bd4b86d385808a8c2a8f079fa45102180a1 (diff)
downloadaur-8fbb899f5ff6bc4787b0a3b14c03dcbe394d02e9.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90afc884d94..d5cd9e2adf6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = staruml
pkgdesc = A sophisticated software modeler
- pkgver = 2.4.0
+ pkgver = 2.5.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.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
+ source_i686 = http://staruml.io/download/release/v2.5.0/StarUML-v2.5.0-32-bit.deb
+ md5sums_i686 = db50dba9f17d158de9126dca8b47c0e6
+ source_x86_64 = http://staruml.io/download/release/v2.5.0/StarUML-v2.5.0-64-bit.deb
+ md5sums_x86_64 = 4b2857e38bbdd47e7ad0fdf066069a7c
pkgname = staruml
diff --git a/PKGBUILD b/PKGBUILD
index a9e1464a245a..4c5ad8bbde22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
-pkgver=2.4.0
+pkgver=2.5.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=('dd378f46cb452c1227ee570d81d2c530')
-md5sums_x86_64=('345930d4ef6fe046b6a60c30b2fec241')
+md5sums_i686=('db50dba9f17d158de9126dca8b47c0e6')
+md5sums_x86_64=('4b2857e38bbdd47e7ad0fdf066069a7c')
install=${pkgname}.install
prepare() {