summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2018-01-08 03:21:53 +0700
committerMario Ray Mahardhika2018-01-08 03:21:53 +0700
commit27c10a3b780be128eb70fe49a0c5f98bdbccb913 (patch)
treec9bd9f9d7c7065b3bbb3289259f2cf23295cc186
parent6083e798116e1c73a563cdf313e65a13aeee29a6 (diff)
downloadaur-27c10a3b780be128eb70fe49a0c5f98bdbccb913.tar.gz
Update to 2.8.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65fd3fcbb8a5..042069518429 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 31 18:51:01 UTC 2016
+# Sun Jan 7 20:21:31 UTC 2018
pkgbase = staruml
pkgdesc = A sophisticated software modeler
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = http://staruml.io/
install = staruml.install
@@ -17,10 +17,10 @@ pkgbase = staruml
depends = libudev0-shim
source = staruml.sh
md5sums = 9e14e38e0b2054353eab13e9f028bd74
- source_i686 = http://staruml.io/download/release/v2.8.0/StarUML-v2.8.0-32-bit.deb
- md5sums_i686 = a07dddbd9afb9a68461aef587c2ad928
- source_x86_64 = http://staruml.io/download/release/v2.8.0/StarUML-v2.8.0-64-bit.deb
- md5sums_x86_64 = 8a541f9194ade2b3e5a619a0330675e4
+ source_i686 = http://staruml.io/download/release/v2.8.1/StarUML-v2.8.1-32-bit.deb
+ md5sums_i686 = 30c336ae9ba144e1e7f74e413bd534f0
+ source_x86_64 = http://staruml.io/download/release/v2.8.1/StarUML-v2.8.1-64-bit.deb
+ md5sums_x86_64 = fa8908a0c68200fd57511ea78d4bbd9f
pkgname = staruml
diff --git a/PKGBUILD b/PKGBUILD
index faa53aebef23..f74d4ec99129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
-pkgver=2.8.0
+pkgver=2.8.1
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=('a07dddbd9afb9a68461aef587c2ad928')
-md5sums_x86_64=('8a541f9194ade2b3e5a619a0330675e4')
+md5sums_i686=('30c336ae9ba144e1e7f74e413bd534f0')
+md5sums_x86_64=('fa8908a0c68200fd57511ea78d4bbd9f')
install=${pkgname}.install
prepare() {