Skip to content

Commit a63bb94

Browse files
Ryan Egesdahlbalasankarc
authored andcommitted
Update Spamcheck to v0.3.2
This commit updates Spamcheck to version v0.3.2, which has been modified to be compatible with Go 1.21. Changelog: changed
1 parent dd6cff1 commit a63bb94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.custom_sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ libtensorflow_lite:
146146
remote: "git@dev.gitlab.org:omnibus-mirror/tensorflow.git"
147147
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/tensorflow.git"
148148
spamcheck:
149-
remote: "git@dev.gitlab.org:gitlab/spamcheck.git"
150-
alternative: "https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/spam/spamcheck.git"
149+
remote: "git@dev.gitlab.org:omnibus-mirror/spamcheck.git"
150+
alternative: "https://gitlab.com/gitlab-org/gl-security/security-engineering/security-automation/spam/spamcheck.git"
151151
ncurses:
152152
remote: "git@dev.gitlab.org:omnibus-mirror/ncurses.git"
153153
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/ncurses.git"

config/software/spamcheck.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
name 'spamcheck'
20-
version = Gitlab::Version.new('spamcheck', '0.3.0')
20+
version = Gitlab::Version.new('spamcheck', '0.3.2')
2121

2222
default_version version.print
2323

0 commit comments

Comments
 (0)