Skip to content

Commit 0b451ae

Browse files
committed
adjust repo url
1 parent bbbca60 commit 0b451ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pgversions.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postgis": "3.3.1",
1111
"barman": "release/3.3.0",
1212
"pgaudit": "1.4.3",
13-
"postgres_aws_s3": "main",
13+
"postgres_aws_s3": "v1.0.0",
1414
"name": "radondb-postgresql",
1515
"version": "dev",
1616
"arches": [
@@ -29,7 +29,7 @@
2929
"postgis": "3.3.1",
3030
"barman": "release/3.3.0",
3131
"pgaudit": "1.5.2",
32-
"postgres_aws_s3": "main",
32+
"postgres_aws_s3": "v1.0.0",
3333
"name": "radondb-postgresql",
3434
"version": "dev",
3535
"arches": [
@@ -48,7 +48,7 @@
4848
"postgis": "3.3.1",
4949
"barman": "release/3.3.0",
5050
"pgaudit": "1.6.2",
51-
"postgres_aws_s3": "main",
51+
"postgres_aws_s3": "v1.0.0",
5252
"name": "radondb-postgresql",
5353
"version": "dev",
5454
"arches": [
@@ -67,7 +67,7 @@
6767
"postgis": "3.3.1",
6868
"barman": "release/3.3.0",
6969
"pgaudit": "1.7.0",
70-
"postgres_aws_s3": "main",
70+
"postgres_aws_s3": "v1.0.0",
7171
"name": "radondb-postgresql",
7272
"version": "dev",
7373
"arches": [

source_code/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ download_source_code "barman" "https://github.com/EnterpriseDB/barman.git"
5353
download_source_code "pgaudit" "https://github.com/pgaudit/pgaudit.git"
5454

5555
# postgres-aws-s3
56-
download_source_code "postgres-aws-s3" "https://github.com/chimpler/postgres-aws-s3.git"
56+
download_source_code "postgres-aws-s3" "https://github.com/radondb/postgres-aws-s3.git"
5757

5858
exit 0

0 commit comments

Comments
 (0)