Skip to content

Commit

Permalink
Release version 408.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed May 23, 2024
1 parent c288072 commit ad5b49c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Arti.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.11.1'
m.version = '408.11.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application.'

Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Tor/Core (408.11.1)
- Tor/CTor (408.11.1):
- Tor/Core (408.11.2)
- Tor/CTor (408.11.2):
- Tor/Core
- Tor/GeoIP (408.11.1):
- Tor/GeoIP (408.11.2):
- Tor/CTor

DEPENDENCIES:
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Tor: ff5a5dc3f0317e7db8f4e863ac535ae5ff3d8ef1
Tor: c699393e1f48264cd293fa314bfbcdca5086574c

PODFILE CHECKSUM: aaf1dd3b609adb9f024c41d7b7c0ea5a012fd799

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Tor.framework is the easiest way to embed Tor in your iOS application. The API i

Currently, the framework compiles in the following versions of `tor`, `libevent`, `openssl`, and `liblzma`:

| | |
|:-------- | --------:|
| tor | 0.4.8.11 |
| libevent | 2.1.12 |
| OpenSSL | 3.3.0 |
| liblzma | 5.4.6 |
| Component | Version |
|:--------- | --------:|
| tor | 0.4.8.11 |
| libevent | 2.1.12 |
| OpenSSL | 3.3.0 |
| liblzma | 5.4.6 |
| Onionmasq | 0.6.0 |


## Example
Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Tor'
m.version = '408.11.1'
m.version = '408.11.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
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.'

Expand Down
2 changes: 1 addition & 1 deletion TorStatic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |m|
# TODO: Why the hell do I need to provide this manually? CocoaPods should figure this out automatically, like with other pods, when they're used as static libraries.

m.name = 'Tor'
m.version = '408.11.1'
m.version = '408.11.2'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
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.'

Expand Down

0 comments on commit ad5b49c

Please sign in to comment.