Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
dart
Commits:
eb2c7748 by Jacob Bang at 2026-06-13T23:22:20+02:00
upgpkg: 3.12.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dart
pkgdesc = The dart programming language SDK
- pkgver = 3.12.0
+ pkgver = 3.12.2
pkgrel = 1
url = https://dart.dev/
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = dart
makedepends = ninja
makedepends = python
depends = glibc
- source = git+https://github.com/dart-lang/sdk.git#tag=3.12.0
- source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=0cd0ed2e67f0507e0740da64926d80da9476aea9
+ source = git+https://github.com/dart-lang/sdk.git#tag=3.12.2
+ source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=30e761311cf7529a8b6b16233da46af5d26fba02
source = DEPS.patch
source = 0001-fix-gcc-related-build-settings.patch
- sha256sums =
301ef6a5b358dfb6bb8ca347b59c5f724052a2f00a8c1c10794b2e4c92c1e2ef
- sha256sums =
69af2b84a9caa3d0a638d37f8a49932988080b8a98170bc49071e4b08dfeaffd
+ sha256sums =
6d1091052f78e98ef419d4407ec865b3bdfd676acda0210b78ef42af59b037cc
+ sha256sums =
2fa8019549fe8751a16c1b784a45f8999171535d0ff9c03ce9fc4dd5cbe6643b
sha256sums =
a5b1901a606517ffad2dcc51c13da6d479837e9383dbc729710cabf5115b8d78
sha256sums =
56cff50bf180310fede033c7076a1169124cb36f07f518546add1ca9f429e4cd
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@
# Contributor: Jacob Bang <[email protected]>
pkgname=dart
-pkgver=3.12.0
+pkgver=3.12.2
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64')
@@ -29,16 +29,15 @@ makedepends=(
#
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/merge_requests/14#note_335643
#
# Should be updated with latest commit on origin/main when new version of Dart
are released.
-_depotver='0cd0ed2e67f0507e0740da64926d80da9476aea9' # As of 2026-05-19.
+_depotver='30e761311cf7529a8b6b16233da46af5d26fba02' # As of 2026-06-13
source=(
"git+https://github.com/dart-lang/sdk.git#tag=$pkgver"
"git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#commit=$_depotver"
"DEPS.patch"
"0001-fix-gcc-related-build-settings.patch"
)
-
-sha256sums=('301ef6a5b358dfb6bb8ca347b59c5f724052a2f00a8c1c10794b2e4c92c1e2ef'
- '69af2b84a9caa3d0a638d37f8a49932988080b8a98170bc49071e4b08dfeaffd'
+sha256sums=('6d1091052f78e98ef419d4407ec865b3bdfd676acda0210b78ef42af59b037cc'
+ '2fa8019549fe8751a16c1b784a45f8999171535d0ff9c03ce9fc4dd5cbe6643b'
'a5b1901a606517ffad2dcc51c13da6d479837e9383dbc729710cabf5115b8d78'
'56cff50bf180310fede033c7076a1169124cb36f07f518546add1ca9f429e4cd')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/eb2c7748f51f5413165d4b883615f6595f2b676c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/eb2c7748f51f5413165d4b883615f6595f2b676c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help