Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / crystal
Commits: 8daf4829 by Anatol Pomozov at 2025-01-25T18:28:27-08:00 upgpkg: 1.15.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = crystal pkgdesc = The Crystal Programming Language - pkgver = 1.14.0 - pkgrel = 2 + pkgver = 1.15.0 + pkgrel = 1 url = https://crystal-lang.org arch = x86_64 license = Apache-2.0 @@ -21,7 +21,7 @@ pkgbase = crystal optdepends = libyaml: For YAML support optdepends = gmp: For BigInt support optdepends = libxml2: For XML support - source = crystal-1.14.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.14.0.tar.gz - sha256sums = 85c74d8654a0e111e2eaec6de38470bc9cb6762bc5b799dd3693d18cce4bc807 + source = crystal-1.15.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.15.0.tar.gz + sha256sums = 4756972eda89e4381e6247f191197ace00b0a1a057b93f15ba3534aab0e35d87 pkgname = crystal ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Jonne Haß <m...@jhass.eu> pkgname=crystal -pkgver=1.14.0 -pkgrel=2 +pkgver=1.15.0 +pkgrel=1 pkgdesc='The Crystal Programming Language' arch=(x86_64) url='https://crystal-lang.org' @@ -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=('85c74d8654a0e111e2eaec6de38470bc9cb6762bc5b799dd3693d18cce4bc807') +sha256sums=('4756972eda89e4381e6247f191197ace00b0a1a057b93f15ba3534aab0e35d87') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/8daf4829ac0f41ef18e90372b1bedd6eb7f01f44 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/8daf4829ac0f41ef18e90372b1bedd6eb7f01f44 You're receiving this email because of your account on gitlab.archlinux.org.