Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / dart
Commits: 60477fd7 by The one with the braid at 2024-09-12T11:54:38+02:00 upgpkg: 3.5.2-1 Signed-off-by: The one with the braid <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = dart pkgdesc = The dart programming language SDK - pkgver = 3.5.1 + pkgver = 3.5.2 pkgrel = 1 url = https://dart.dev/ arch = x86_64 @@ -13,10 +13,10 @@ pkgbase = dart makedepends = python-httplib2 makedepends = python-six depends = glibc - source = git+https://github.com/dart-lang/sdk.git#tag=3.5.1 + source = git+https://github.com/dart-lang/sdk.git#tag=3.5.2 source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git source = DEPS.patch - sha256sums = 91a6973d6acad6f00065ff58358656082e77d991fa5f75ad2553e2a67520c5b4 + sha256sums = 2024adc42c874a8923f382700861f8ee5d609199e00f765b0ac8d54fb9a36ac6 sha256sums = SKIP sha256sums = db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403 ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ # Contributor: The one with the braid <[email protected]> pkgname=dart -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc='The dart programming language SDK' arch=('x86_64') @@ -30,7 +30,7 @@ source=( "git+https://chromium.googlesource.com/chromium/tools/depot_tools.git" "DEPS.patch" ) -sha256sums=('91a6973d6acad6f00065ff58358656082e77d991fa5f75ad2553e2a67520c5b4' +sha256sums=('2024adc42c874a8923f382700861f8ee5d609199e00f765b0ac8d54fb9a36ac6' 'SKIP' 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/60477fd705c812741b7e29a79c3f15f454626c1a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/60477fd705c812741b7e29a79c3f15f454626c1a You're receiving this email because of your account on gitlab.archlinux.org.
