Skip to content

Commit

Permalink
Bumped version in preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 24, 2024
1 parent 3399ab8 commit 0539ea9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raspirus"
version = "2.0.1"
version = "2.1.0"
description = "A simple hash-based virus-scanner"
authors = ["Demetz Benjamin, Hell Björn Felix"]
license-file = "LICENSE"
Expand Down
35 changes: 17 additions & 18 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
name: raspirus
base: core22
version: 2.0.1
version: 2.1.0
summary: A resource- and human-friendly malware scanner
description: Raspirus is your cost-free, versatile malware scanner. Tailored rules-based detection, comprehensive file scans, and privacy prioritized for swift, reliable protection.
grade: stable
confinement: strict
architectures:
- build-on: [amd64]
- build-on: [arm64]
- build-on: [riscv64]

- build-on: [amd64]
- build-on: [arm64]
- build-on: [riscv64]

parts:
raspirus:
plugin: rust
source: .
stage-packages:
- libssl-dev
raspirus:
plugin: rust
source: .
stage-packages:
- libssl-dev

apps:
raspirus:
command: bin/raspirus
plugs:
- home
- removable-media
- network
extensions:
- gnome
raspirus:
command: bin/raspirus
plugs:
- home
- removable-media
- network
extensions:
- gnome
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static DEFAULT_FILE: &str = "rulepirus.yarac";
static DEFAULT_MIN_MATCHES: usize = 0;
static DEFAULT_MAX_MATCHES: usize = 20;

/// should be a gigabyte but who knows, maybe its a terrabyte :3 youll know once your pc explodes
static MAX_ZIP_FILE_SIZE: u64 = 1073741824;

/// download settings
Expand Down

0 comments on commit 0539ea9

Please sign in to comment.