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