Skip to content

Commit 309317a

Browse files
committed
Update urls and swift version
1 parent f4a4c1b commit 309317a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.7
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "GRDB",
18-
url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.8/GRDB.xcframework.zip",
18+
url: "https://github.com/inline-chat/GRDB.swift/releases/download/3.0.8/GRDB.xcframework.zip",
1919
checksum: "02849a50c8649b64cf7d844374506313e9ccac21925284c5f65ea2ee48c89f9c"
2020
),
2121
.target(name: "_GRDBDummy")

assets/Package.swift.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "GRDB",
18-
url: "https://github.com/inlinehq/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip",
18+
url: "https://github.com/inline-chat/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip",
1919
checksum: "${checksum}"
2020
),
2121
.target(name: "_GRDBDummy")

assets/README.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a fork of [GRDB](https://github.com/groue/GRDB.swift) with added support for [SQLCipher Community Edition](https://www.zetetic.net/sqlcipher/open-source/), packaged into XCFramework so that it can be consumed as a Swift Package, for Inline, initially made by DuckDuckGo.
66

7-
The default branch for this repository is `main` (as opposed to upstream's `master`) and it doesn't include GRDB (or SQLCipher) source code – only the Swift Package definition and release scripts/assets. XCFramework archives are attached directly in [GitHub Releases](https://github.com/inlinehq/GRDB.swift/releases).
7+
The default branch for this repository is `main` (as opposed to upstream's `master`) and it doesn't include GRDB (or SQLCipher) source code – only the Swift Package definition and release scripts/assets. XCFramework archives are attached directly in [GitHub Releases](https://github.com/inline-chat/GRDB.swift/releases).
88

99
## Version
1010

prepare_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ make_release() {
388388
git push origin main
389389
git push origin "$new_version"
390390

391-
gh release create "$new_version" --generate-notes "${xcframework_zip}" --repo inlinehq/GRDB.swift
391+
gh release create "$new_version" --generate-notes "${xcframework_zip}" --repo inline-chat/GRDB.swift
392392

393393
cat <<-EOF
394394
395-
🎉 Release is ready at https://github.com/inlinehq/GRDB.swift/releases/tag/${new_version}
395+
🎉 Release is ready at https://github.com/inline-chat/GRDB.swift/releases/tag/${new_version}
396396
EOF
397397
}
398398

0 commit comments

Comments
 (0)