Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
crystal
Commits:
258e8279 by Anatol Pomozov at 2024-02-26T17:18:47-08:00
upgpkg: 1.11.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crystal
pkgdesc = The Crystal Programming Language
- pkgver = 1.11.1
+ pkgver = 1.11.2
pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
- source =
crystal-1.11.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.11.1.tar.gz
- sha256sums =
d947b0cc5f1aa5d8003f18b75cc49e94365a528218ff9bc6305c63d903918b24
+ source =
crystal-1.11.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.11.2.tar.gz
+ sha256sums =
9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c
pkgname = crystal
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jonne Haß <[email protected]>
pkgname=crystal
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
pkgdesc='The Crystal Programming Language'
arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
'gmp: For BigInt support'
'libxml2: For XML support')
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('d947b0cc5f1aa5d8003f18b75cc49e94365a528218ff9bc6305c63d903918b24')
+sha256sums=('9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/258e827992f2f393722e75c44609423e9e338788
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/258e827992f2f393722e75c44609423e9e338788
You're receiving this email because of your account on gitlab.archlinux.org.