Merge pull request #119 from terrapkg/w/bump-dart

Bump dart
This commit is contained in:
Cappy Ishihara
2023-01-13 14:49:50 +07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: dart
Version: 2.18.6
Version: 2.18.7
Release: 1%{?dist}
Summary: The Dart Language
License: BSD-3-Clause
+2
View File
@@ -0,0 +1,2 @@
let obj = get("https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION").json();
rpm.version(obj.version);