summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2017-11-25 19:59:13 +0100
committerMichael Lass2017-11-25 19:59:13 +0100
commit479c2ddd211663014eaa7cc0fb7ce5fbe2163a69 (patch)
tree4baf9ec151445272241572240c42b65cc3d8df73
parentaa32df56edacd9cb4e45bd492b00397759e14d32 (diff)
downloadaur-479c2ddd211663014eaa7cc0fb7ce5fbe2163a69.tar.gz
Update to 3.17.2 and use https for source zip
Contributed by David Davis.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc923ee5823f..fad591c4c5f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Sat Nov 18 21:54:45 UTC 2017
+# Sat Nov 25 18:58:30 UTC 2017
pkgbase = yed
pkgdesc = Very powerful graph editor written in java
- pkgver = 3.17.1
- pkgrel = 2
+ pkgver = 3.17.2
+ pkgrel = 1
url = http://www.yworks.com/en/products_yed_about.html
install = yed.install
arch = any
license = custom
depends = archlinux-java-run
depends = java-runtime>=8
- source = http://www.yworks.com/resources/yed/demo/yEd-3.17.1.zip
+ source = https://www.yworks.com/resources/yed/demo/yEd-3.17.2.zip
source = yed.desktop
source = yed
- sha256sums = d49a53fe372e377ce737d333fb313478c1c8af6ddfe5d0b7ab0e3e7fa27a613a
+ sha256sums = e2e1130763ec10a22d7632ebb373bd808399cfa3bbaa89fb98f2752c47dbee72
sha256sums = 342dba6defac88d035253b22e6377d9570858f59367cd486dba4a4dba1621f91
sha256sums = cbdd6e1bdda01a91e58ea01427db15e4bb573a33ec896c68c40ec91fd46a274b
diff --git a/PKGBUILD b/PKGBUILD
index 104a2d29bf7c..d054f7b57fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,23 @@
# Contributor: Mikolaj Pastuszko <deluminathor@gmail.com>
# Contributor: Stefan Seemayer < mail at semicolonsoftware dot de >
# Contributor: Gordin < 9ordin @t gmail dot com >
+# Contributor: David Davis < davisd<a@t>davisd.com >
# This PKGBUILD is maintained on github:
# https://github.com/michaellass/AUR
pkgname=yed
-pkgver=3.17.1
-pkgrel=2
+pkgver=3.17.2
+pkgrel=1
pkgdesc='Very powerful graph editor written in java'
arch=('any')
url='http://www.yworks.com/en/products_yed_about.html'
license=('custom')
depends=('archlinux-java-run' 'java-runtime>=8')
-source=("http://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
+source=("https://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
'yed.desktop'
'yed')
-sha256sums=('d49a53fe372e377ce737d333fb313478c1c8af6ddfe5d0b7ab0e3e7fa27a613a'
+sha256sums=('e2e1130763ec10a22d7632ebb373bd808399cfa3bbaa89fb98f2752c47dbee72'
'342dba6defac88d035253b22e6377d9570858f59367cd486dba4a4dba1621f91'
'cbdd6e1bdda01a91e58ea01427db15e4bb573a33ec896c68c40ec91fd46a274b')