mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	testing/dart-sass: upgrade to 1.69.6, switch to aot, lock dependencies
This commit is contained in:
		
							parent
							
								
									bf943becd9
								
							
						
					
					
						commit
						aaffd72855
					
				@ -1,14 +1,14 @@
 | 
			
		||||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
 | 
			
		||||
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
 | 
			
		||||
pkgname=dart-sass
 | 
			
		||||
pkgver=1.69.0
 | 
			
		||||
pkgrel=2
 | 
			
		||||
pkgver=1.69.6
 | 
			
		||||
pkgrel=0
 | 
			
		||||
pkgdesc="The primary implementation of Sass"
 | 
			
		||||
url="https://sass-lang.com/dart-sass"
 | 
			
		||||
# armv7: no buf
 | 
			
		||||
arch="aarch64 x86_64"	# dart
 | 
			
		||||
license="MIT"
 | 
			
		||||
depends="dart"
 | 
			
		||||
depends="dartaotruntime"
 | 
			
		||||
makedepends="
 | 
			
		||||
	buf
 | 
			
		||||
	dart-sdk
 | 
			
		||||
@ -18,36 +18,39 @@ source="
 | 
			
		||||
	https://github.com/sass/dart-sass/archive/refs/tags/$pkgver/dart-sass-$pkgver.tar.gz
 | 
			
		||||
	https://github.com/sass/sass/archive/refs/tags/embedded-protocol-$_protocol_ver.tar.gz
 | 
			
		||||
	sass
 | 
			
		||||
 | 
			
		||||
	lock.patch
 | 
			
		||||
	"
 | 
			
		||||
builddir="$srcdir/dart-sass-$pkgver/"
 | 
			
		||||
 | 
			
		||||
prepare() {
 | 
			
		||||
	default_prepare
 | 
			
		||||
 | 
			
		||||
	mkdir build
 | 
			
		||||
	mv "$srcdir/sass-embedded-protocol-$_protocol_ver" build/language
 | 
			
		||||
 | 
			
		||||
	dart pub get
 | 
			
		||||
	default_prepare
 | 
			
		||||
 | 
			
		||||
	dart pub get --enforce-lockfile
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
	UPDATE_SASS_PROTOCOL=false \
 | 
			
		||||
		dart run grinder protobuf
 | 
			
		||||
	dart run grinder pkg-compile-snapshot
 | 
			
		||||
	dart compile aot-snapshot -Dversion="$pkgver" ./bin/sass.dart
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
check() {
 | 
			
		||||
	# sanity
 | 
			
		||||
	dart run ./build/sass.snapshot --version
 | 
			
		||||
	dartaotruntime ./bin/sass.aot --version
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
	install -Dm644 ./build/sass.snapshot "$pkgdir"/usr/lib/dart-sass/sass.jit
 | 
			
		||||
	install -Dm644 ./bin/sass.aot "$pkgdir"/usr/lib/dart-sass/sass.aot
 | 
			
		||||
	install -Dm755 "$srcdir"/sass "$pkgdir"/usr/bin/sass
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sha512sums="
 | 
			
		||||
20c4bb1fe2e7d0e7fee24f2a95e6653e090bb25d57d6a949222b569c0f994f7a54b07f23cc7beb7eaed98b06e224a97f32d153661174d15d6503ee7b0a6ea687  dart-sass-1.69.0.tar.gz
 | 
			
		||||
8c4eacc73c5ee400d38815827bf9fded5d3c24fa37708c053a2f34f58d976e050095001cef4e89b0f0d0c260acdac017e20eb3480d2a4e3270f335bf43dd6ac8  dart-sass-1.69.6.tar.gz
 | 
			
		||||
b70fc72d38eec89a494204f7be4d8f6b6bd0aec2331fcf5b25e7705ce8d6a726c936211bbbb5601d8bd730abc2ed1fdeab7cf5aa850ee72cfaa7f3a7b2ee864f  embedded-protocol-2.3.0.tar.gz
 | 
			
		||||
739538ce789d4dd81d2f4520bd1c13ea3b3c7c0208c3dbdb5ed85e71d9b49e190aab5023396b0c1c5556d2f3d6e5c18488d0092f27be554411f42cf68efb9daa  sass
 | 
			
		||||
e974b32f3ca9155868282c2259f693b49bd8c8b57772126efa6e29efedcf4acdb2b1359ae0cb5b0552dfd84daa0ae9273ebe90de7f66670a0a6abd75958cac6d  sass
 | 
			
		||||
1685247bd07bfeaf2723b9ac84c39da30a78e44ff76810b65a6818b255306fe2d1a6c4a938b40ad8ef2f0ac0bf040f43c4d82e0d29858e34a10f34eecf060a9f  lock.patch
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										648
									
								
								testing/dart-sass/lock.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										648
									
								
								testing/dart-sass/lock.patch
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,648 @@
 | 
			
		||||
--- /dev/null
 | 
			
		||||
+++ ./pubspec.lock
 | 
			
		||||
@@ -0,0 +1,645 @@
 | 
			
		||||
+# Generated by pub
 | 
			
		||||
+# See https://dart.dev/tools/pub/glossary#lockfile
 | 
			
		||||
+packages:
 | 
			
		||||
+  _fe_analyzer_shared:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: _fe_analyzer_shared
 | 
			
		||||
+      sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "65.0.0"
 | 
			
		||||
+  analyzer:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: analyzer
 | 
			
		||||
+      sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "6.3.0"
 | 
			
		||||
+  archive:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: archive
 | 
			
		||||
+      sha256: "7b875fd4a20b165a3084bd2d210439b22ebc653f21cea4842729c0c30c82596b"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.4.9"
 | 
			
		||||
+  args:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: args
 | 
			
		||||
+      sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.4.2"
 | 
			
		||||
+  async:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: async
 | 
			
		||||
+      sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.11.0"
 | 
			
		||||
+  boolean_selector:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: boolean_selector
 | 
			
		||||
+      sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.1"
 | 
			
		||||
+  charcode:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: charcode
 | 
			
		||||
+      sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.3.1"
 | 
			
		||||
+  checked_yaml:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: checked_yaml
 | 
			
		||||
+      sha256: feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.0.3"
 | 
			
		||||
+  cli_pkg:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: cli_pkg
 | 
			
		||||
+      sha256: "7b088621eb3d486c17a4122389d8b3f36658450d5a405fa229166b1a71a7ce4a"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.7.2"
 | 
			
		||||
+  cli_repl:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: cli_repl
 | 
			
		||||
+      sha256: a2ee06d98f211cb960c777519cb3d14e882acd90fe5e078668e3ab4baab0ddd4
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.2.3"
 | 
			
		||||
+  cli_util:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: cli_util
 | 
			
		||||
+      sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.4.1"
 | 
			
		||||
+  collection:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: collection
 | 
			
		||||
+      sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.18.0"
 | 
			
		||||
+  convert:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: convert
 | 
			
		||||
+      sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.1.1"
 | 
			
		||||
+  coverage:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: coverage
 | 
			
		||||
+      sha256: "8acabb8306b57a409bf4c83522065672ee13179297a6bb0cb9ead73948df7c76"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.7.2"
 | 
			
		||||
+  crypto:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: crypto
 | 
			
		||||
+      sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.0.3"
 | 
			
		||||
+  csslib:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: csslib
 | 
			
		||||
+      sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.0.0"
 | 
			
		||||
+  dart_style:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: dart_style
 | 
			
		||||
+      sha256: "40ae61a5d43feea6d24bd22c0537a6629db858963b99b4bc1c3db80676f32368"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.3.4"
 | 
			
		||||
+  dartdoc:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: dartdoc
 | 
			
		||||
+      sha256: cbc4520cf486395741209693c3e7ef70653b1879b5a73e010815bf50431d330c
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "8.0.3"
 | 
			
		||||
+  ffi:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: ffi
 | 
			
		||||
+      sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.0"
 | 
			
		||||
+  file:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: file
 | 
			
		||||
+      sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "7.0.0"
 | 
			
		||||
+  fixnum:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: fixnum
 | 
			
		||||
+      sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.1.0"
 | 
			
		||||
+  frontend_server_client:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: frontend_server_client
 | 
			
		||||
+      sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.2.0"
 | 
			
		||||
+  glob:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: glob
 | 
			
		||||
+      sha256: "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.2"
 | 
			
		||||
+  grinder:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: grinder
 | 
			
		||||
+      sha256: e1996e485d2b56bb164a8585679758d488fbf567273f51c432c8733fee1f6188
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.9.5"
 | 
			
		||||
+  html:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: html
 | 
			
		||||
+      sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.15.4"
 | 
			
		||||
+  http:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: http
 | 
			
		||||
+      sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.1.2"
 | 
			
		||||
+  http_multi_server:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: http_multi_server
 | 
			
		||||
+      sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.2.1"
 | 
			
		||||
+  http_parser:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: http_parser
 | 
			
		||||
+      sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "4.0.2"
 | 
			
		||||
+  io:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: io
 | 
			
		||||
+      sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.0.4"
 | 
			
		||||
+  js:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: js
 | 
			
		||||
+      sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.6.7"
 | 
			
		||||
+  json_annotation:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: json_annotation
 | 
			
		||||
+      sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "4.8.1"
 | 
			
		||||
+  lints:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: lints
 | 
			
		||||
+      sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.0.0"
 | 
			
		||||
+  logging:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: logging
 | 
			
		||||
+      sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.2.0"
 | 
			
		||||
+  markdown:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: markdown
 | 
			
		||||
+      sha256: acf35edccc0463a9d7384e437c015a3535772e09714cf60e07eeef3a15870dcd
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "7.1.1"
 | 
			
		||||
+  matcher:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: matcher
 | 
			
		||||
+      sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.12.16+1"
 | 
			
		||||
+  meta:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: meta
 | 
			
		||||
+      sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.11.0"
 | 
			
		||||
+  mime:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: mime
 | 
			
		||||
+      sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.0.4"
 | 
			
		||||
+  native_synchronization:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: native_synchronization
 | 
			
		||||
+      sha256: ff200fe0a64d733ff7d4dde2005271c297db81007604c8cd21037959858133ab
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.2.0"
 | 
			
		||||
+  node_interop:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: node_interop
 | 
			
		||||
+      sha256: "3af2420c728173806f4378cf89c53ba9f27f7f67792b898561bff9d390deb98e"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.0"
 | 
			
		||||
+  node_preamble:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: node_preamble
 | 
			
		||||
+      sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.0.2"
 | 
			
		||||
+  oauth2:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: oauth2
 | 
			
		||||
+      sha256: c4013ef62be37744efdc0861878fd9e9285f34db1f9e331cc34100d7674feb42
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.0.2"
 | 
			
		||||
+  package_config:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: package_config
 | 
			
		||||
+      sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.0"
 | 
			
		||||
+  path:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: path
 | 
			
		||||
+      sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.9.0"
 | 
			
		||||
+  petitparser:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: petitparser
 | 
			
		||||
+      sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "6.0.2"
 | 
			
		||||
+  pointycastle:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pointycastle
 | 
			
		||||
+      sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.7.3"
 | 
			
		||||
+  pool:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pool
 | 
			
		||||
+      sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.5.1"
 | 
			
		||||
+  protobuf:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: protobuf
 | 
			
		||||
+      sha256: "68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.1.0"
 | 
			
		||||
+  protoc_plugin:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: protoc_plugin
 | 
			
		||||
+      sha256: fb0554851c9eca30bd18405fbbfe81e39166d4a2f0e5b770606fd69da3da0b2f
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "21.1.2"
 | 
			
		||||
+  pub_api_client:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pub_api_client
 | 
			
		||||
+      sha256: d456816ef5142906a22dc56e37be6bef6cb0276f0a26c11d1f7d277868202e71
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.6.0"
 | 
			
		||||
+  pub_semver:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pub_semver
 | 
			
		||||
+      sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.4"
 | 
			
		||||
+  pubspec:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pubspec
 | 
			
		||||
+      sha256: f534a50a2b4d48dc3bc0ec147c8bd7c304280fff23b153f3f11803c4d49d927e
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.3.0"
 | 
			
		||||
+  pubspec_parse:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: pubspec_parse
 | 
			
		||||
+      sha256: c63b2876e58e194e4b0828fcb080ad0e06d051cb607a6be51a9e084f47cb9367
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.2.3"
 | 
			
		||||
+  quiver:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: quiver
 | 
			
		||||
+      sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.2.1"
 | 
			
		||||
+  retry:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: retry
 | 
			
		||||
+      sha256: "822e118d5b3aafed083109c72d5f484c6dc66707885e07c0fbcb8b986bba7efc"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.1.2"
 | 
			
		||||
+  shelf:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: shelf
 | 
			
		||||
+      sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.4.1"
 | 
			
		||||
+  shelf_packages_handler:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: shelf_packages_handler
 | 
			
		||||
+      sha256: "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.0.2"
 | 
			
		||||
+  shelf_static:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: shelf_static
 | 
			
		||||
+      sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.1.2"
 | 
			
		||||
+  shelf_web_socket:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: shelf_web_socket
 | 
			
		||||
+      sha256: "9ca081be41c60190ebcb4766b2486a7d50261db7bd0f5d9615f2d653637a84c1"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.0.4"
 | 
			
		||||
+  source_map_stack_trace:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: source_map_stack_trace
 | 
			
		||||
+      sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.1"
 | 
			
		||||
+  source_maps:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: source_maps
 | 
			
		||||
+      sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.10.12"
 | 
			
		||||
+  source_span:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: source_span
 | 
			
		||||
+      sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.10.0"
 | 
			
		||||
+  stack_trace:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: stack_trace
 | 
			
		||||
+      sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.11.1"
 | 
			
		||||
+  stream_channel:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: stream_channel
 | 
			
		||||
+      sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.2"
 | 
			
		||||
+  stream_transform:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: stream_transform
 | 
			
		||||
+      sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.0"
 | 
			
		||||
+  string_scanner:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: string_scanner
 | 
			
		||||
+      sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.2.0"
 | 
			
		||||
+  term_glyph:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: term_glyph
 | 
			
		||||
+      sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.2.1"
 | 
			
		||||
+  test:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: test
 | 
			
		||||
+      sha256: "3d028996109ad5c253674c7f347822fb994a087614d6f353e6039704b4661ff2"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.25.0"
 | 
			
		||||
+  test_api:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: test_api
 | 
			
		||||
+      sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.7.0"
 | 
			
		||||
+  test_core:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: test_core
 | 
			
		||||
+      sha256: "2bc4b4ecddd75309300d8096f781c0e3280ca1ef85beda558d33fcbedc2eead4"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.6.0"
 | 
			
		||||
+  test_descriptor:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: test_descriptor
 | 
			
		||||
+      sha256: abe245e8b0d61245684127fe32343542c25dc2a1ce8f405531637241d98d07e4
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.0.1"
 | 
			
		||||
+  test_process:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: test_process
 | 
			
		||||
+      sha256: "217f19b538926e4922bdb2a01410100ec4e3beb4cc48eae5ae6b20037b07bbd6"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.1.0"
 | 
			
		||||
+  typed_data:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: typed_data
 | 
			
		||||
+      sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.3.2"
 | 
			
		||||
+  uri:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: uri
 | 
			
		||||
+      sha256: "889eea21e953187c6099802b7b4cf5219ba8f3518f604a1033064d45b1b8268a"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.0.0"
 | 
			
		||||
+  vm_service:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: vm_service
 | 
			
		||||
+      sha256: a2662fb1f114f4296cf3f5a50786a2d888268d7776cf681aa17d660ffa23b246
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "14.0.0"
 | 
			
		||||
+  watcher:
 | 
			
		||||
+    dependency: "direct main"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: watcher
 | 
			
		||||
+      sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.1.0"
 | 
			
		||||
+  web:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: web
 | 
			
		||||
+      sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "0.4.0"
 | 
			
		||||
+  web_socket_channel:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: web_socket_channel
 | 
			
		||||
+      sha256: "045ec2137c27bf1a32e6ffa0e734d532a6677bf9016a0d1a406c54e499ff945b"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "2.4.1"
 | 
			
		||||
+  webkit_inspection_protocol:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: webkit_inspection_protocol
 | 
			
		||||
+      sha256: "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "1.2.1"
 | 
			
		||||
+  xml:
 | 
			
		||||
+    dependency: transitive
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: xml
 | 
			
		||||
+      sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "6.5.0"
 | 
			
		||||
+  yaml:
 | 
			
		||||
+    dependency: "direct dev"
 | 
			
		||||
+    description:
 | 
			
		||||
+      name: yaml
 | 
			
		||||
+      sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5"
 | 
			
		||||
+      url: "https://pub.dev"
 | 
			
		||||
+    source: hosted
 | 
			
		||||
+    version: "3.1.2"
 | 
			
		||||
+sdks:
 | 
			
		||||
+  dart: ">=3.2.0 <4.0.0"
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
dart run /usr/lib/dart-sass/sass.jit "$@"
 | 
			
		||||
exec dartaotruntime /usr/lib/dart-sass/sass.aot "$@"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user