Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
crystal
Commits:
82b2d16f by Anatol Pomozov at 2025-02-08T11:35:45-08:00
upgpkg: 1.15.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crystal
pkgdesc = The Crystal Programming Language
- pkgver = 1.15.0
+ pkgver = 1.15.1
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.15.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.15.0.tar.gz
- sha256sums =
4756972eda89e4381e6247f191197ace00b0a1a057b93f15ba3534aab0e35d87
+ source =
crystal-1.15.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.15.1.tar.gz
+ sha256sums =
72b32f2da09059ca96331be124cf611d3c6bd6da80f52cd551df59bfe14e6ebd
pkgname = crystal
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jonne Haß <[email protected]>
pkgname=crystal
-pkgver=1.15.0
+pkgver=1.15.1
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=('4756972eda89e4381e6247f191197ace00b0a1a057b93f15ba3534aab0e35d87')
+sha256sums=('72b32f2da09059ca96331be124cf611d3c6bd6da80f52cd551df59bfe14e6ebd')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/82b2d16f2cd3c961c40e6371cae818c0e4ec4bca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/82b2d16f2cd3c961c40e6371cae818c0e4ec4bca
You're receiving this email because of your account on gitlab.archlinux.org.