33
44import PackageDescription
55
6- let version = " 4.0.7 "
6+ let version = " 4.1.1 "
77let package = Package (
88 name: " ZohoDeskPortalCore " ,
99 platforms: [
@@ -16,14 +16,14 @@ let package = Package(
1616 targets: [ " ZohoDeskPortalCore " , " ZohoDeskPortalCorePackage " ] ) ,
1717 ] ,
1818 dependencies: [
19- . package ( url: " https://github.com/zoho/ZohoDeskPortalKB " , exact: " 4.0.7 " ) ,
20- . package ( url: " https://github.com/zoho/ZohoDeskPortalCommunity " , exact: " 4.0.7 " ) ,
21- . package ( url: " https://github.com/zoho/ZohoDeskPortalTicket " , exact: " 4.0.7 " )
19+ . package ( url: " https://github.com/zoho/ZohoDeskPortalKB " , exact: " 4.1.2 " ) ,
20+ . package ( url: " https://github.com/zoho/ZohoDeskPortalCommunity " , exact: " 4.1.2 " ) ,
21+ . package ( url: " https://github.com/zoho/ZohoDeskPortalTicket " , exact: " 4.1.2 " )
2222 ] ,
2323 targets: [
2424 // Targets are the basic building blocks of a package, defining a module or a test suite.
2525 // Targets can depend on other targets in this package and products from dependencies.
26- . binaryTarget( name: " ZohoDeskPortalCore " , url: " https://maven.zohodl.com/ZohoDesk/ZohoDeskPortalCore/ \( version) /ZohoDeskPortalCore.zip " , checksum: " 1495411625d145abe187734d1b7d4ee9cef55662befdc34b7e84f29b75fa6b93 " ) ,
26+ . binaryTarget( name: " ZohoDeskPortalCore " , url: " https://maven.zohodl.com/ZohoDesk/ZohoDeskPortalCore/ \( version) /ZohoDeskPortalCore.zip " , checksum: " 7a50347a71029cc0aa710279dc4c3391182527ecf78cc65fad6899c315ee2d31 " ) ,
2727
2828 . target(
2929 name: " ZohoDeskPortalCorePackage " ,
0 commit comments