summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6ecc42459c..05713b6ee027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = umlet
pkgdesc = Free UML Tool for Fast UML Diagrams (stand-alone version)
- pkgver = 15.0.0
+ pkgver = 15.1
pkgrel = 1
url = https://www.umlet.com
arch = any
@@ -8,10 +8,10 @@ pkgbase = umlet
makedepends = unzip
makedepends = patch
depends = java-runtime
- source = http://www.umlet.com/umlet_15_0/umlet-standalone-15.0.0.zip
+ source = https://www.umlet.com/download/umlet_15_1/umlet-standalone-15.1.zip
source = umlet.desktop
source = UMLet.sh.diff
- md5sums = 0d77cc21066a3f8fb7f05f671d818177
+ md5sums = 57929dbd0dd4cf11be46538af6d06007
md5sums = 4efcfeea2f54b849bc86e3f1905449be
md5sums = 6ff2efb31dd588eeebf57720fdd13267
diff --git a/PKGBUILD b/PKGBUILD
index 75d9019c28d9..597cc2da0986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
pkgname=umlet
-pkgver=15.0.0
-_pkgver=15_0
+pkgver=15.1
pkgrel=1
pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
arch=('any')
@@ -12,10 +11,10 @@ url="https://www.umlet.com"
license=('GPL')
depends=('java-runtime')
makedepends=('unzip' 'patch')
-source=("http://www.umlet.com/umlet_${_pkgver}/umlet-standalone-${pkgver}.zip"
+source=("https://www.umlet.com/download/umlet_${pkgver//./_}/umlet-standalone-${pkgver}.zip"
'umlet.desktop'
'UMLet.sh.diff')
-md5sums=('0d77cc21066a3f8fb7f05f671d818177'
+md5sums=('57929dbd0dd4cf11be46538af6d06007'
'4efcfeea2f54b849bc86e3f1905449be'
'6ff2efb31dd588eeebf57720fdd13267')