Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
crystal
Commits:
9b7f52a5 by Anatol Pomozov at 2024-09-07T19:43:47-07:00
upgpkg: 1.13.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crystal
pkgdesc = The Crystal Programming Language
- pkgver = 1.13.1
+ pkgver = 1.13.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.13.1.tar.gz::https://github.com/crystal-lang/crystal/archive/1.13.1.tar.gz
- sha256sums =
e6bb26a16a592ea1a4b20b9ff2e84264265728ba48390c1f765b62517e276604
+ source =
crystal-1.13.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.13.2.tar.gz
+ sha256sums =
c537336c10ff0d9cd3673e195165667e478be92e0a8cc6664bdec5b960745c4b
pkgname = crystal
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jonne Haß <[email protected]>
pkgname=crystal
-pkgver=1.13.1
+pkgver=1.13.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=('e6bb26a16a592ea1a4b20b9ff2e84264265728ba48390c1f765b62517e276604')
+sha256sums=('c537336c10ff0d9cd3673e195165667e478be92e0a8cc6664bdec5b960745c4b')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/9b7f52a57a8f6bf234e982ecf94cc6fd7d660bdd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/9b7f52a57a8f6bf234e982ecf94cc6fd7d660bdd
You're receiving this email because of your account on gitlab.archlinux.org.