summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Macabies2015-11-18 17:48:32 +0100
committerAlexandre Macabies2015-11-18 17:48:32 +0100
commit597ba0b740f0f0a7254b76a333a178d22e7cad4b (patch)
tree64c7568ce1bd4aba1fbdaae2c4ff80a7416f8ffc
parent8da53916bd61af2000e17404ff90a256c7ad3970 (diff)
downloadaur-597ba0b740f0f0a7254b76a333a178d22e7cad4b.tar.gz
Update to 7.0.1
Now using HTTPS endpoint, thanks to `CounterPillow` for the report.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f61c54b2aa51..df745655dfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ffdec
pkgdesc = Open source Flash SWF decompiler and editor
- pkgver = 6.0.2
+ pkgver = 7.0.1
pkgrel = 1
- url = http://www.free-decompiler.com/flash/
+ url = https://www.free-decompiler.com/flash/
arch = any
license = GPL3
depends = java-runtime=8
conflicts = jpexs-decompiler-git
- source = http://www.free-decompiler.com/flash/download/ffdec_6.0.2.zip
+ source = https://www.free-decompiler.com/flash/download/ffdec_7.0.1.zip
source = ffdec
source = ffdec.desktop
source = ffdec.png
- md5sums = 25a9853cf2e63de139ead62c10e37cad
+ md5sums = befa72ffa7aba6cf0a750930fbeb48d8
md5sums = 29a00ab7cb71ec337ed028493914009f
md5sums = b9da710cc2a4af62f1fa8690e0fb5553
md5sums = c6f354af3fdfe3f45623fb3949e23f8f
diff --git a/PKGBUILD b/PKGBUILD
index 447c76410512..ef0325429088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Alexandre `Zopieux` Macabies <web+aur@zopieux.com>
pkgname=ffdec
-pkgver=6.0.2
+pkgver=7.0.1
pkgrel=1
pkgdesc="Open source Flash SWF decompiler and editor"
arch=('any')
-url="http://www.free-decompiler.com/flash/"
+url="https://www.free-decompiler.com/flash/"
license=('GPL3')
depends=('java-runtime=8')
conflicts=('jpexs-decompiler-git')
-source=(http://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
+source=(https://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip
$pkgname
$pkgname.desktop
$pkgname.png)
-md5sums=('25a9853cf2e63de139ead62c10e37cad'
+md5sums=('befa72ffa7aba6cf0a750930fbeb48d8'
'29a00ab7cb71ec337ed028493914009f'
'b9da710cc2a4af62f1fa8690e0fb5553'
'c6f354af3fdfe3f45623fb3949e23f8f')