Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jun 10, 2023
1 parent 2623247 commit 489dcc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ jobs:
- name: Upload SRPM
uses: actions/upload-artifact@v3
with:
name: hstsparser-1.1.9-1.fc38.src.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-1.1.9-1.fc38.src.rpm
name: hstsparser-1.2.0-1.fc38.src.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-1.2.0-1.fc38.src.rpm
if-no-files-found: error

- name: Upload RPM
uses: actions/upload-artifact@v3
with:
name: hstsparser-1.1.9-1.fc38.noarch.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-1.1.9-1.fc38.noarch.rpm
name: hstsparser-1.2.0-1.fc38.noarch.rpm
path: /var/lib/mock/fedora-38-x86_64/result/hstsparser-1.2.0-1.fc38.noarch.rpm
if-no-files-found: error

rpmlint:
Expand All @@ -102,11 +102,11 @@ jobs:
- name: Download RPM
uses: actions/download-artifact@v2
with:
name: hstsparser-1.1.9-1.fc38.noarch.rpm
name: hstsparser-1.2.0-1.fc38.noarch.rpm
path: .

- name: Install dependencies
run: dnf install rpmlint -y

- name: Lint RPM Spec File
run: rpmlint -sv ./hstsparser-1.1.9-1.fc38.noarch.rpm ./hstsparser.spec
run: rpmlint -sv ./hstsparser-1.2.0-1.fc38.noarch.rpm ./hstsparser.spec
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
workflow: build.yaml
commit: ${{github.event.pull_request.head.sha}}
name: hstsparser-1.1.9-1.fc38.noarch.rpm
name: hstsparser-1.2.0-1.fc38.noarch.rpm

- name: Create Draft GitHub Release
uses: softprops/action-gh-release@v1
Expand All @@ -36,7 +36,7 @@ jobs:
generate_release_notes: true
files: |
hstsparser.exe
hstsparser-1.1.9-1.fc38.noarch.rpm
hstsparser-1.2.0-1.fc38.noarch.rpm
pypi:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion hstsparser.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hstsparser
Version: 1.1.9
Version: 1.2.0
Release: 1%{?dist}
Summary: HSTS Digital Forensics parser
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hstsparser"
version = "1.1.9"
version = "1.2.0"
description = "A tool to parse Firefox and Chrome HSTS databases into forensic artifacts."
authors = ["Daniel Milnes <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 489dcc1

Please sign in to comment.