Skip to content

Commit a02fe7b

Browse files
committed
Release version 408.19.1.
1 parent 19ac6a7 commit a02fe7b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Arti.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'Tor'
4-
m.version = '408.18.1'
4+
m.version = '408.19.1'
55
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
66
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
77

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- Tor/Core (408.18.1)
3-
- Tor/CTor (408.18.1):
2+
- Tor/Core (408.19.1)
3+
- Tor/CTor (408.19.1):
44
- Tor/Core
5-
- Tor/GeoIP (408.18.1):
5+
- Tor/GeoIP (408.19.1):
66
- Tor/CTor
77

88
DEPENDENCIES:
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: "../"
1414

1515
SPEC CHECKSUMS:
16-
Tor: bdfbcef182f035ff332ea349eaca362ac684818a
16+
Tor: d559b4cb481c26b0cd66a0fbd195161c8e68c9bc
1717

1818
PODFILE CHECKSUM: d374a8c7f730427e1c63ad52983d8c179d51f61f
1919

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Currently, the framework compiles in the following versions of `tor`, `libevent`
1010

1111
| Component | Version |
1212
|:--------- | --------:|
13-
| tor | 0.4.8.18 |
13+
| tor | 0.4.8.19 |
1414
| libevent | 2.1.12 |
15-
| OpenSSL | 3.5.3 |
15+
| OpenSSL | 3.6.0 |
1616
| liblzma | 5.8.1 |
1717
| Onionmasq | 0.6.2 |
1818

Tor.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'Tor'
4-
m.version = '408.18.1'
4+
m.version = '408.19.1'
55
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
66
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'
77

@@ -21,7 +21,7 @@ Pod::Spec.new do |m|
2121
m.ios.deployment_target = '12.0'
2222
m.macos.deployment_target = '10.13'
2323

24-
m.prepare_command = "Tor/download.sh v#{m.version} fc04990138c20efe5d979f0fc3dd66c7630fd7393dd604b5d836ed1889317e56 eb3d9236209148dedf2e8d14b5f7541631eb63150d50b54520e9fb5df3fa4091"
24+
m.prepare_command = "Tor/download.sh v#{m.version} a6dfc50744f22106fff86cfee025e518c90d9f5918770040b61c8a4828f26172 95d5a25a7ebc14c3670b14e64522d70d2e980ed79090929ed4947bf0427a27d7"
2525

2626
m.subspec 'Core' do |s|
2727
s.requires_arc = true

build-xcframework.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
PATH=$PATH:/usr/local/bin:/usr/local/opt/gettext/bin:/usr/local/opt/automake/bin:/usr/local/opt/aclocal/bin:/opt/homebrew/bin
44

55
XZ_VERSION="v5.8.1"
6-
OPENSSL_VERSION="openssl-3.5.3"
6+
OPENSSL_VERSION="openssl-3.6.0"
77
LIBEVENT_VERSION="release-2.1.12-stable"
8-
TOR_VERSION="tor-0.4.8.18"
8+
TOR_VERSION="tor-0.4.8.19"
99

1010
cd "$(dirname "$0")"
1111
ROOT="$(pwd -P)"

0 commit comments

Comments
 (0)