summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-07-01 13:24:58 +0200
committerJonne Haß2018-07-01 13:24:58 +0200
commit9b1a3d19739021ff7a97b5965d423af975aeae8c (patch)
tree1415c11f4f265b6763f4fc53f5f904287e7fc706
parentdd3408fae8398af7242a176ca449a228de02b2c3 (diff)
downloadaur-9b1a3d19739021ff7a97b5965d423af975aeae8c.tar.gz
crystal-git: 0.25.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 814606cc248e..e03e53d5b077 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.25.0/crystal-0.25.0-1-linux-i686.tar.gz
- sha256sums_i686 = 2df0ecadc79e02948ad253fa94aaae0551328483900d3adb51fa5760536d961c
- source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.25.0/crystal-0.25.0-1-linux-x86_64.tar.gz
- sha256sums_x86_64 = baa2081dbad6c8645dfa894e7249bb77ca80db7affcbc574857bad6b103000e0
+ source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.25.1/crystal-0.25.1-1-linux-i686.tar.gz
+ sha256sums_i686 = ff0e38021cb20ad7cea3aaba78350a4ae22c4dc48563ba482aa3a87eb07e1044
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.25.1/crystal-0.25.1-1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 943ea77a976e80d2b3558ef525d2c9fa7fc3d41d6b5799923e378408d75e557e
pkgname = crystal-git
diff --git a/PKGBUILD b/PKGBUILD
index f2ce37419005..3cd4453e4dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=crystal-git
pkgver=0.25.0.r11.g5d431c73b
-_last_release="0.25.0-1"
+_last_release="0.25.1-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
@@ -76,5 +76,5 @@ package() {
}
sha256sums=('SKIP')
-sha256sums_i686=('2df0ecadc79e02948ad253fa94aaae0551328483900d3adb51fa5760536d961c')
-sha256sums_x86_64=('baa2081dbad6c8645dfa894e7249bb77ca80db7affcbc574857bad6b103000e0')
+sha256sums_i686=('ff0e38021cb20ad7cea3aaba78350a4ae22c4dc48563ba482aa3a87eb07e1044')
+sha256sums_x86_64=('943ea77a976e80d2b3558ef525d2c9fa7fc3d41d6b5799923e378408d75e557e')