summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2016-06-15 00:50:08 +0200
committerJonne Haß2016-06-15 00:50:08 +0200
commit6b867735db16a3615dd5afcf06688b6229cc8fcc (patch)
tree587873122b4458352788c898400adceb3e798524
parent9674d1576d146b9a3f0d60a55025ddb3e4b0d300 (diff)
downloadaur-6b867735db16a3615dd5afcf06688b6229cc8fcc.tar.gz
crystal-git: 0.18.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb9d4f22b3d1..5d5974ed7654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 26 21:02:05 UTC 2016
+# Tue Jun 14 22:49:38 UTC 2016
pkgbase = crystal-git
pkgdesc = The Crystal Programming Language
- pkgver = 0.17.4.r59.gcb8cf95
- pkgrel = 2
+ pkgver = 0.18.0.r3.g9bb0ada
+ pkgrel = 1
url = http://crystal-lang.org
arch = i686
arch = x86_64
@@ -27,10 +27,10 @@ pkgbase = crystal-git
conflicts = crystal
source = git://github.com/crystal-lang/crystal.git
sha256sums = SKIP
- source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.17.4/crystal-0.17.4-1-linux-i686.tar.gz
- sha256sums_i686 = 39351f15bfbdab78b7353af04e3f5cd9a456e7fcf2a3fe03bae4a2b2d6df861b
- source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.17.4/crystal-0.17.4-1-linux-x86_64.tar.gz
- sha256sums_x86_64 = e1fccb9690ffde0d3b8f2b0aac672a4391c0928c664ae54934a0b32fd3ed2a9c
+ source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.18.0/crystal-0.18.0-1-linux-i686.tar.gz
+ sha256sums_i686 = d2892b474c8f848b0c1ef57a359965dfca13c099328e3e61fbaf53b5946432d7
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.18.0/crystal-0.18.0-1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 36e4346f645a136e373b932bb1dd4b0457ba6ba55cce3b671e402603b0d28899
pkgname = crystal-git
diff --git a/PKGBUILD b/PKGBUILD
index 039e95752289..e9b304a70e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Mikkel Kroman <mk@maero.dk>
pkgname=crystal-git
-pkgver=0.17.4.r59.gcb8cf95
-_last_release="0.17.4-1"
-pkgrel=2
+pkgver=0.18.0.r3.g9bb0ada
+_last_release="0.18.0-1"
+pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
url="http://crystal-lang.org"
@@ -75,5 +75,5 @@ package() {
}
sha256sums=('SKIP')
-sha256sums_i686=('39351f15bfbdab78b7353af04e3f5cd9a456e7fcf2a3fe03bae4a2b2d6df861b')
-sha256sums_x86_64=('e1fccb9690ffde0d3b8f2b0aac672a4391c0928c664ae54934a0b32fd3ed2a9c')
+sha256sums_i686=('d2892b474c8f848b0c1ef57a359965dfca13c099328e3e61fbaf53b5946432d7')
+sha256sums_x86_64=('36e4346f645a136e373b932bb1dd4b0457ba6ba55cce3b671e402603b0d28899')