From 20a299d1795fee91d38026e307ed84a1478f3aeb Mon Sep 17 00:00:00 2001 From: Jimmy McDermott Date: Sat, 27 May 2017 08:38:01 -0500 Subject: [PATCH 1/3] Delete Package.pins --- Package.pins | 114 --------------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 Package.pins diff --git a/Package.pins b/Package.pins deleted file mode 100644 index 858b3c6..0000000 --- a/Package.pins +++ /dev/null @@ -1,114 +0,0 @@ -{ - "autoPin": true, - "pins": [ - { - "package": "BCrypt", - "reason": null, - "repositoryURL": "https://github.com/vapor/bcrypt.git", - "version": "1.0.0" - }, - { - "package": "Bits", - "reason": null, - "repositoryURL": "https://github.com/vapor/bits.git", - "version": "1.0.0" - }, - { - "package": "CTLS", - "reason": null, - "repositoryURL": "https://github.com/vapor/ctls.git", - "version": "1.0.0" - }, - { - "package": "Console", - "reason": null, - "repositoryURL": "https://github.com/vapor/console.git", - "version": "2.1.0" - }, - { - "package": "Core", - "reason": null, - "repositoryURL": "https://github.com/vapor/core.git", - "version": "2.0.2" - }, - { - "package": "Crypto", - "reason": null, - "repositoryURL": "https://github.com/vapor/crypto.git", - "version": "2.0.0" - }, - { - "package": "Debugging", - "reason": null, - "repositoryURL": "https://github.com/vapor/debugging.git", - "version": "1.0.0" - }, - { - "package": "Engine", - "reason": null, - "repositoryURL": "https://github.com/vapor/engine.git", - "version": "2.0.0" - }, - { - "package": "JSON", - "reason": null, - "repositoryURL": "https://github.com/vapor/json.git", - "version": "2.0.2" - }, - { - "package": "MimeLib", - "reason": null, - "repositoryURL": "https://github.com/manGoweb/MimeLib.git", - "version": "1.0.0" - }, - { - "package": "Multipart", - "reason": null, - "repositoryURL": "https://github.com/vapor/multipart.git", - "version": "2.0.0" - }, - { - "package": "Node", - "reason": null, - "repositoryURL": "https://github.com/vapor/node.git", - "version": "2.0.1" - }, - { - "package": "Random", - "reason": null, - "repositoryURL": "https://github.com/vapor/random.git", - "version": "1.0.0" - }, - { - "package": "Routing", - "reason": null, - "repositoryURL": "https://github.com/vapor/routing.git", - "version": "2.0.0" - }, - { - "package": "S3SignerAWS", - "reason": null, - "repositoryURL": "https://github.com/JustinM1/S3SignerAWS.git", - "version": "2.0.1" - }, - { - "package": "Sockets", - "reason": null, - "repositoryURL": "https://github.com/vapor/sockets.git", - "version": "2.0.1" - }, - { - "package": "TLS", - "reason": null, - "repositoryURL": "https://github.com/vapor/tls.git", - "version": "2.0.0" - }, - { - "package": "Vapor", - "reason": null, - "repositoryURL": "https://github.com/vapor/vapor.git", - "version": "2.0.2" - } - ], - "version": 1 -} \ No newline at end of file From 32e4507977366c3ebdc0be5013aa3d87926b7bc3 Mon Sep 17 00:00:00 2001 From: Jimmy McDermott Date: Sat, 27 May 2017 08:38:25 -0500 Subject: [PATCH 2/3] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1ac53db..b99be77 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ fastlane/screenshots fastlane/test_output .DS_Store S3.xcodeproj +*.pins From 6c10eac5748f20ef9865608c7b5ac5a8e01dfe00 Mon Sep 17 00:00:00 2001 From: Jimmy McDermott Date: Sat, 27 May 2017 15:29:01 -0500 Subject: [PATCH 3/3] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 78a9e41..0a2ff0c 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( name: "S3", dependencies: [ .Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2), - .Package(url: "https://github.com/JustinM1/S3SignerAWS.git", majorVersion: 2), + .Package(url: "https://github.com/vzsg/S3SignerAWS.git", majorVersion: 2), .Package(url: "https://github.com/manGoweb/MimeLib.git", majorVersion: 1) ], exclude: []