Skip to content

Commit

Permalink
Merge pull request #297 from hashicorp/ruby-3.3.6
Browse files Browse the repository at this point in the history
Update ruby version to 3.3.6
  • Loading branch information
chrisroberts authored Nov 8, 2024
2 parents a201864 + 91659ab commit ab98d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion substrate/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libxslt_version="1.1.39"
libyaml_version="0.2.5"
openssl_version="3.1.5"
readline_version="8.2"
ruby_version="3.3.5"
ruby_version="3.3.6"
xz_version="5.4.0"
zlib_version="1.3.1"

Expand Down
4 changes: 2 additions & 2 deletions substrate/windows/ruby-build/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=ruby
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.3.5
pkgver=3.3.6
pkgrel=1
pkgdesc="An object-oriented language for quick and easy programming (mingw-w64)"
arch=('any')
Expand All @@ -27,7 +27,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gdbm"
"${MINGW_PACKAGE_PREFIX}-tk"
"${MINGW_PACKAGE_PREFIX}-zlib")
source=("https://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/${_realname}-${pkgver}.tar.xz")
sha256sums=('51aec7ea89b46125a2c9adc6f36766b65023d47952b916b1aed300ddcc042359')
sha256sums=('540975969d1af42190d26ff629bc93b1c3f4bffff4ab253e245e125085e66266')

apply_patch_with_msg() {
for _patch in "$@"
Expand Down

0 comments on commit ab98d54

Please sign in to comment.