aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-15 16:57:04 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-15 16:57:04 -0700
commit3fa51f3f6669d6c1c4c75f7596d9f437d0fca923 (patch)
tree6990b02e00632f5524f37ae017db5ea868094e77
parent7ad6f875a764c351a303d87a1e457a9e982969a6 (diff)
downloadsbt-gpg-3fa51f3f6669d6c1c4c75f7596d9f437d0fca923.tar.gz
sbt-gpg-3fa51f3f6669d6c1c4c75f7596d9f437d0fca923.tar.bz2
sbt-gpg-3fa51f3f6669d6c1c4c75f7596d9f437d0fca923.zip
Update signing keyv0.1.5
-rwxr-xr-x.ci/build4
-rw-r--r--.ci/sec.gpg.encbin880 -> 3616 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/build b/.ci/build
index 4c1f282..681c52b 100755
--- a/.ci/build
+++ b/.ci/build
@@ -8,7 +8,7 @@ sbt test
# Automatic publishing for tags that start with `v<digit>`
if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then
# Setup gpg keys
- gpg --keyserver keyserver.ubuntu.com --recv-keys "2B50AAFF11989ECC8531EB4A7C921C6769797655"
+ gpg --keyserver keyserver.ubuntu.com --recv-keys "DC6A9A5E884B2D680E080467E107A4A6CF561C67"
openssl aes-256-cbc \
-K "$encrypted_4db0106f6709_key" \
-iv "$encrypted_4db0106f6709_iv" \
@@ -22,7 +22,7 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then
credentials in Global += Credentials(
"GnuPG Key ID",
"gpg",
- "2B50AAFF11989ECC8531EB4A7C921C6769797655",
+ "DC6A9A5E884B2D680E080467E107A4A6CF561C67",
"ignored"
)
credentials in Global += Credentials(
diff --git a/.ci/sec.gpg.enc b/.ci/sec.gpg.enc
index 47942c7..a6260f1 100644
--- a/.ci/sec.gpg.enc
+++ b/.ci/sec.gpg.enc
Binary files differ