dovecot-pgsql: Updated for version 2.3.17.1
This commit is contained in:
parent
1f736d793c
commit
0c6c392c8c
@ -1,5 +1,3 @@
|
||||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
AllCops:
|
||||
Exclude:
|
||||
- 'vendor/**/*'
|
||||
@ -7,15 +5,12 @@ AllCops:
|
||||
- 'slackbuilds/**/*'
|
||||
- 'bin/bundle'
|
||||
- 'bin/cap*'
|
||||
- 'bin/rails'
|
||||
- 'bin/rake'
|
||||
- 'bin/rspec'
|
||||
- 'bin/rubocop'
|
||||
- 'bin/setup'
|
||||
- 'bin/spring'
|
||||
- 'bin/update'
|
||||
- 'bin/webpack*'
|
||||
- '**/db/*schema.rb'
|
||||
- 'pkg/**/*'
|
||||
|
||||
TargetRubyVersion: '3.0'
|
||||
@ -40,6 +35,7 @@ Layout/EndAlignment:
|
||||
EnforcedStyleAlignWith: variable
|
||||
|
||||
Metrics/BlockLength:
|
||||
Max: 55
|
||||
IgnoredMethods:
|
||||
- describe
|
||||
- refine
|
||||
|
@ -1,13 +0,0 @@
|
||||
# This configuration was generated by
|
||||
# `rubocop --auto-gen-config`
|
||||
# on 2021-02-05 05:40:54 UTC using RuboCop version 1.8.0.
|
||||
# The point is for the user to remove these configuration records
|
||||
# one by one as the offenses are removed from the code base.
|
||||
# Note that changes in the inspected code, or installation of new
|
||||
# versions of RuboCop, may require this file to be generated again.
|
||||
|
||||
# Offense count: 1
|
||||
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
|
||||
# IgnoredMethods: refine
|
||||
Metrics/BlockLength:
|
||||
Max: 55
|
@ -24,7 +24,7 @@
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dovecot-pgsql
|
||||
VERSION=${VERSION:-2.3.17}
|
||||
VERSION=${VERSION:-2.3.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
SRCNAM=dovecot
|
||||
|
@ -1,8 +1,8 @@
|
||||
PRGNAM="dovecot-pgsql"
|
||||
VERSION="2.3.17"
|
||||
VERSION="2.3.17.1"
|
||||
HOMEPAGE="https://dovecot.org/"
|
||||
DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.tar.gz"
|
||||
MD5SUM="b9e928ebba1e7a523ab5616025c9f245"
|
||||
DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.1.tar.gz"
|
||||
MD5SUM="9b67ec4f21e5ecfcfb32fd5f412b511b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
Loading…
Reference in New Issue
Block a user