summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-07-21 09:08:32 +0100
committerDaichi Shinozaki2016-07-21 09:08:32 +0100
commitd961d01ef4232b31d2aa825b294357159fec01a7 (patch)
tree5d033d9012623a6b2931ece7ec20558dc3e2a034
parent15925c302d1a5f9ac619a7df61f0306c13a8bb44 (diff)
downloadaur-d961d01ef4232b31d2aa825b294357159fec01a7.tar.gz
Bump version to 1.0.69.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1342823732f..693011ffb843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 09:59:01 UTC 2016
+# Thu Jul 21 08:08:16 UTC 2016
pkgbase = fantom
pkgdesc = Programming language supposed to run on top of JVM or CLR or in browser as JavaScript
- pkgver = 1.0.68
+ pkgver = 1.0.69
pkgrel = 1
url = http://fantom.org/
install = fantom.install
@@ -12,10 +12,10 @@ pkgbase = fantom
depends = java-runtime
replaces = fan-language
options = !purge
- source = https://bitbucket.org/fantom/fan-1.0/downloads/fantom-1.0.68.zip
+ source = https://bitbucket.org/fantom/fan-1.0/downloads/fantom-1.0.69.zip
source = LICENSE
source = fantom.profile
- md5sums = ef05ecf4a079c7f0fe84c182ce3423f6
+ md5sums = b2a44fcf3c12096163428ba31cdf5e9e
md5sums = 6f6f26e10fee5edcfa0dff72274e6d28
md5sums = 24709c14c5d3b5e12e5bfd2712d7a2f4
diff --git a/PKGBUILD b/PKGBUILD
index c42f5ebe6217..6203c92634ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
# Contributor: ahmad200512@yandex.ru
pkgname=fantom
-pkgver=1.0.68
+pkgver=1.0.69
pkgrel=1
pkgdesc="Programming language supposed to run on top of JVM or CLR or in browser as JavaScript"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('java-runtime')
install=$pkgname.install
source=(https://bitbucket.org/fantom/fan-1.0/downloads/${pkgname}-${pkgver}.zip LICENSE
fantom.profile)
-md5sums=('ef05ecf4a079c7f0fe84c182ce3423f6'
+md5sums=('b2a44fcf3c12096163428ba31cdf5e9e'
'6f6f26e10fee5edcfa0dff72274e6d28'
'24709c14c5d3b5e12e5bfd2712d7a2f4')
options=('!purge')