summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2019-02-06 08:51:05 +0100
committerJonne Haß2019-02-06 08:51:05 +0100
commite7e81ae06df2f7cc0ae6a657927430a8e3594733 (patch)
tree2e3b2e53049405b117a76b93fcc4e11ec1cb47e2
parentd4b848184d248174d791e3c6f5ac2619cff9ac1e (diff)
downloadaur-e7e81ae06df2f7cc0ae6a657927430a8e3594733.tar.gz
crystal-git: 0.27.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 485479adb0d3..a645272de4dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,10 +26,10 @@ pkgbase = crystal-git
conflicts = crystal
source = git+https://github.com/crystal-lang/crystal.git
sha256sums = SKIP
- source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.27.1/crystal-0.27.1-1-linux-i686.tar.gz
- sha256sums_i686 = 7dd10a8297082368f974f760de54d7ffcd3df267307ae98bc250b628eeab37e8
- source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.27.1/crystal-0.27.1-1-linux-x86_64.tar.gz
- sha256sums_x86_64 = 6fc9bf01f0c74d754e01c68bda8a96d59cebbee49dd09c4dc93050d7a1e967ca
+ source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.27.2/crystal-0.27.2-1-linux-i686.tar.gz
+ sha256sums_i686 = a956f019d13bef191a8ccbb2d7f21ce95c9566a5d0f9f91560f45d63f7fc91c7
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.27.2/crystal-0.27.2-1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 55abdc7f047c0eb74f3bb080b8bf013d8ef34fc8794827c8b68f29d1e7e98516
pkgname = crystal-git
diff --git a/PKGBUILD b/PKGBUILD
index 710cc98a24aa..fd272dd0c270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=crystal-git
pkgver=0.27.1.r7.g0ef090a5a
-_last_release="0.27.1-1"
+_last_release="0.27.2-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
@@ -76,5 +76,5 @@ package() {
}
sha256sums=('SKIP')
-sha256sums_i686=('7dd10a8297082368f974f760de54d7ffcd3df267307ae98bc250b628eeab37e8')
-sha256sums_x86_64=('6fc9bf01f0c74d754e01c68bda8a96d59cebbee49dd09c4dc93050d7a1e967ca')
+sha256sums_i686=('a956f019d13bef191a8ccbb2d7f21ce95c9566a5d0f9f91560f45d63f7fc91c7')
+sha256sums_x86_64=('55abdc7f047c0eb74f3bb080b8bf013d8ef34fc8794827c8b68f29d1e7e98516')