Skip to content

Commit 92843ee

Browse files
authored
Merge pull request #136
* chore: bump rawCoreVersion to 1.30.1 * chore: update CHANGELOG * chore: bump version to 1.35.1 * fix: update checksums for darwinArm64, darwinAmd64, and windowsAmd64 * fix: update windowsAmd64 checksum
1 parent c47cc5f commit 92843ee

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
## What's Changed
22

3-
### New features
4-
5-
* feat: support [fake ip](https://igoogolx.github.io/lux-docs/docs/configuration/dns/#fake-ip) for Tun
6-
* feat: check for update forcefully
7-
83
### Bug fixes 🐛
94

10-
* fix: fail to check for update in beat version
11-
12-
### Other changes
13-
14-
* chore: update dependencies
5+
* fix: fail to check for update

lib/checksum.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import 'dart:io';
22
import 'package:crypto/crypto.dart';
33

44
const darwinArm64Checksum =
5-
"3e2281e634a774e1c5cddc4f1895b72a3be7dc010bf36a4f0984605864fe25d9";
5+
"56d8a5bac78719d170cea3d525e23bad7882a292e75c7e696ccd2e34be058602";
66
const darwinAmd64Checksum =
7-
"5216db27ab68994b98a2783222b44afd51724c0c347c13b5841ea04a7541bd58";
7+
"75a4e629a7ea1ff6b20144dcf0e83e8b4033a193184858e3a144c00f9d16c736";
88
const windowsAmd64Checksum =
9-
"b5ae5b3e6620cd147e17ccab7c3b9eb2a889c67e3b905ef45ddc2a58dc4e46c1";
9+
"76c55135c3f9b382f0fd31e786302c2765664bfab3c50b8f042ed8ee27f102c0";
1010

1111
Future<void> verifyCoreBinary(String filePath) async {
1212
var input = File(filePath);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.35.0
19+
version: 1.35.1
2020

2121
environment:
2222
sdk: '>=3.0.6 <4.0.0'

scripts/init.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final assetsPath =
1313
final binDir = Directory(path.join(assetsPath, 'bin'));
1414

1515
const rawCoreName = 'itun2socks';
16-
const rawCoreVersion = '1.30.0';
16+
const rawCoreVersion = '1.30.1';
1717

1818
Future<void> downloadFileWith(String url, String savePath) async {
1919
final dio = Dio();

0 commit comments

Comments
 (0)