Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBeaver Nightly: Add version 24.3.0-2024-11-20 #1869

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

igitur
Copy link
Contributor

@igitur igitur commented Jul 26, 2024

Add new manifest for DBeaver Early Access. https://dbeaver.io/files/ea/

Copy link
Contributor

Your changes do not pass checks.

dbeaver-earlyaccess

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@igitur igitur changed the title DBeaver Early Access: Add version 24.1.4 DBeaver Nightly: Add version 24.1.4 Jul 26, 2024
@igitur igitur changed the title DBeaver Nightly: Add version 24.1.4 DBeaver Nightly: Add version 24.2.3-2024-10-07 Oct 7, 2024
@igitur igitur changed the title DBeaver Nightly: Add version 24.2.3-2024-10-07 DBeaver Nightly: Add version 24.3.0-2024-11-19 Nov 20, 2024
@igitur
Copy link
Contributor Author

igitur commented Nov 20, 2024

All checks are passing. Please review this.

@igitur
Copy link
Contributor Author

igitur commented Nov 20, 2024

Please @HUMORCE 🙏🏻

@HUMORCE
Copy link
Member

HUMORCE commented Nov 20, 2024

/verify

Copy link
Contributor

Your changes do not pass checks.

dbeaver-nightly

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@igitur igitur changed the title DBeaver Nightly: Add version 24.3.0-2024-11-19 DBeaver Nightly: Add version 24.3.0-2024-11-20 Nov 20, 2024
@igitur
Copy link
Contributor Author

igitur commented Nov 20, 2024

Sorry, manifest was already a day old. Updated again now.

@igitur
Copy link
Contributor Author

igitur commented Nov 20, 2024

/verify

Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

dbeaver-nightly

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@HUMORCE
Copy link
Member

HUMORCE commented Nov 20, 2024

Only the version needs to be captured.

@igitur
Copy link
Contributor Author

igitur commented Nov 20, 2024

The 24.3.0 part doesn't change until the next stable release. Only the date part changes with the daily version. If I remove the date part, I'll lose out on the daily versions, which is the goal of this package.

@HUMORCE
Copy link
Member

HUMORCE commented Nov 21, 2024

Renamed to dbeaver-ea

@HUMORCE HUMORCE merged commit 47bf513 into ScoopInstaller:master Nov 21, 2024
2 checks passed
@igitur
Copy link
Contributor Author

igitur commented Nov 21, 2024

Thanks!

@igitur igitur deleted the dbeaver-earlyaccess branch November 21, 2024 05:29
@uJZk
Copy link

uJZk commented Nov 22, 2024

Have an extra "," at the end

> scoop search dbeaver
ConvertFrom-Json : 传入的数组无效,结尾多出了“,”。 (840): {
    "version": "24.3.0-2024-11-20",
    "description": "Database tool for developers, SQL programmers, database administrators and analys
ts. (Early Access)",
    "homepage": "https://dbeaver.io",
    "license": "Apache-2.0",
    "suggest": {
        "java": [
            "java/oraclejdk",
            "java/oraclejre8",
            "java/openjdk11"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://dbeaver.io/files/ea/dbeaver-ce-24.3.0-win32.win32.x86_64.zip",
            "hash": "a164dd477e070b3e0e50aa062fdcd32b46aba74025eed265ec6a5a618ed1724f"
        }
    },
    "extract_dir": "dbeaver",
    "bin": [
        [
            "dbeaver.exe",
            "dbeaver-cli.exe"
        ],
        [
            "dbeaver-ea.exe",
            "dbeaver-cli.exe"
        ],
    ],
    "shortcuts": [
        [
            "dbeaver.exe",
            "DBeaver EA"
        ]
    ],
    "checkver": {
        "url": "https://dbeaver.io/files/ea/",
        "regex": "href=\"dbeaver-ce-(?<ver>[\\d.]+)-win32.win32.x86_64.zip\".*</td><td>(?<date>\\d{4}
-\\d{2}-\\d{2}) \\d{2}:\\d{2}:\\d{2}</td>",
        "replace": "${ver}-${date}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://dbeaver.io/files/ea/dbeaver-ce-$matchVer-win32.win32.x86_64.zip"
            }
        }
    }
}
所在位置 C:\Users\123\scoop\apps\scoop\current\libexec\scoop-search.ps1:101 字符: 66
+ ... e]::ReadAllText($_.FullName) | ConvertFrom-Json -ErrorAction Continue
+                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [ConvertFrom-Json], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJson
   Command

Results from local buckets...

Name       Version              Source   Binaries
----       -------              ------   --------
dbeaver    24.2.5               extras
dbeaver-ea 2024.3-243.21565.212 versions

@HUMORCE
Copy link
Member

HUMORCE commented Nov 23, 2024

ff7b7be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants