diff --git a/package-list.sh b/package-list.sh deleted file mode 100755 index 1179c2c..0000000 --- a/package-list.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -#----------------------------------------------------------- -# Script to generate a list of package details from a GitHub repository URL -# Author: RiO -# Date: 2024-12-27 -# Description: This script fetches the list of package filenames -# from a specified GitHub repository and processes them into a clean output. -# It also removes duplicate package names and version info. -#----------------------------------------------------------- - -# GitHub API URL for the directory -repo_url="https://api.github.com/repos/Snigdha-OS/snigdhaos-core/contents/x86_64" - -# Output file -output_file="packages.txt" - -# Function to check if a command is available -command_check() { - command -v "$1" &> /dev/null -} - -# Function to install a package if not installed (for Arch Linux) -install_package() { - package="$1" - echo "$package is not installed. Attempting to install..." - - # Check if the system is using the pacman package manager (Arch Linux) - if command_check "pacman"; then - sudo pacman -Sy --noconfirm "$package" - else - echo "Error: Could not detect pacman package manager. Please install $package manually." - exit 1 - fi - - # Verify if the package was successfully installed - if command_check "$package"; then - echo "$package has been installed successfully." - else - echo "Error: Failed to install $package. Please install it manually." - exit 1 - fi -} - -# Function to fetch and process the package list (only package names, with duplicates removed and version removed) -fetch_packages() { - # Ensure curl and jq are installed - if ! command_check "curl"; then - install_package "curl" - fi - - if ! command_check "jq"; then - install_package "jq" - fi - - # Fetch the directory content from the GitHub API, extract package names, remove version and duplicates - echo "Fetching package list from GitHub repository..." - curl -s "$repo_url" | \ - jq -r '.[].name' | \ - grep -oP '^[^/]+(?=-[0-9]+-[a-z0-9]+\.pkg\.tar\.zst)' | \ - sort | \ - uniq > "$output_file" - - # Check if the output file is generated successfully - if [[ $? -eq 0 ]]; then - echo "Generated $output_file with package names (duplicates and versions removed)." - else - echo "Error: Failed to generate the package list." - exit 1 - fi -} - -# Run the function to fetch and process packages -fetch_packages diff --git a/packages.json b/packages.json deleted file mode 100644 index f99aadd..0000000 --- a/packages.json +++ /dev/null @@ -1,49 +0,0 @@ -[ - { - "name": "snigdhaos-asian-fonts", - "version": "r363.926bf4d8", - "description": "Meta-package containing common asian fonts" - }, - - { - "name": "snigdhaos-grub-theme", - "version": "r15.3e36d6c", - "description": "Grub Theme For Snigdha OS" - }, - - { - "name": "snigdhaos-keyring", - "version": "r332.68a02606", - "description": "Keyring for Snigdha OS." - }, - - { - "name": "snigdhaos-libs", - "version": "r345.8a191fb0", - "description": "Libs for Snigdha OS" - }, - - { - "name": "snigdhaos-lsb-release", - "version": "2.0.r55.a25a4fc", - "description": "LSB version query program for Snigdha OS" - }, - - { - "name": "snigdhaos-mirrorlist", - "version": "r331.bdb761c5", - "description": "Snigdha OS mirrorlist." - }, - - { - "name": "snigdhaos-sddm-sugar-candy", - "version": "r1.3dabe46", - "description": "Sugar Candy is the sweetest login theme available for the SDDM display manager." - }, - - { - "name": "snigdhaos-welcome", - "version": "r64.4e7eba2", - "description": "Snigdha OS Welcome App" - } -] \ No newline at end of file diff --git a/packages.txt b/packages.txt deleted file mode 100644 index e987435..0000000 --- a/packages.txt +++ /dev/null @@ -1,8 +0,0 @@ -snigdhaos-asian-fonts -snigdhaos-grub-theme -snigdhaos-keyring -snigdhaos-libs -snigdhaos-lsb-release -snigdhaos-mirrorlist -snigdhaos-sddm-sugar-candy -snigdhaos-welcome diff --git a/repo-creds.sh b/repo-creds.sh index e16e981..6778ace 100644 --- a/repo-creds.sh +++ b/repo-creds.sh @@ -1,4 +1,4 @@ -sudo pacman-key --recv-key 93BC54415EA8E7AB --keyserver keyserver.ubuntu.com -sudo pacman-key --lsign-key 93BC54415EA8E7AB -sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst' -sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst' +sudo pacman-key --recv-key 1CC586C7A25E47C5 --keyserver keyserver.ubuntu.com +sudo pacman-key --lsign-key 1CC586C7A25E47C5 +sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst' +sudo pacman -U 'https://github.com/Snigdha-OS/snigdhaos-core/blob/master/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst' diff --git a/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst b/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst new file mode 100644 index 0000000..28cd968 Binary files /dev/null and b/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst differ diff --git a/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst.sig b/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..ee0fe6e Binary files /dev/null and b/x86_64/fonts-tlwg-0.7.3-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst b/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..8d380d7 Binary files /dev/null and b/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..4366626 Binary files /dev/null and b/x86_64/lohit-fonts-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst b/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst new file mode 100644 index 0000000..f4fb83c Binary files /dev/null and b/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst differ diff --git a/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst.sig b/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..5e37a47 Binary files /dev/null and b/x86_64/lynxfetch-1.0.2-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst b/x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst similarity index 83% rename from x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst rename to x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst index 83c3c84..660d8d0 100644 Binary files a/x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst and b/x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst differ diff --git a/x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst.sig b/x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst.sig new file mode 100644 index 0000000..76d05b2 Binary files /dev/null and b/x86_64/powershell-7.4.6-1-x86_64.pkg.tar.zst.sig differ diff --git a/x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst.sig b/x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 7061784..0000000 Binary files a/x86_64/powershell-bin-7.4.6-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst b/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst deleted file mode 100644 index 7abd613..0000000 Binary files a/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst and /dev/null differ diff --git a/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst.sig b/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst.sig deleted file mode 100644 index 302919e..0000000 Binary files a/x86_64/powershell-bin-debug-7.4.6-1-x86_64.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/repo-updater.sh b/x86_64/repo-updater.sh deleted file mode 100755 index 8a90a47..0000000 --- a/x86_64/repo-updater.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash - -#----------------------------------------------------------- -# Script to update Snigdha OS Core repository -# Author : Eshan Roy -# Author URI : https://eshanized.github.io -# Contributor : RiO -# Contributor URI : https://d3v1l0n.github.io -# Date : 2024-12-27 -# Description : This script updates the Snigdha OS Core repository -# by adding new package files and updating the database files. -#----------------------------------------------------------- - -# Set the name for the repository database -repo_name="snigdhaos-core" - -# Function to handle errors -handle_error() { - echo "Error: $1" - exit 1 -} - -# Step 1: Remove old packages and database files -echo "Cleaning up old package and database files..." -rm -f "${repo_name}"* || handle_error "Failed to remove old packages." - -# Step 2: Adding new packages to the repository -echo "Adding new packages to the repository..." -repo-add -s -n -R "${repo_name}.db.tar.gz" *.pkg.tar.zst || handle_error "Failed to add packages." - -# Sleep to ensure all files are processed -sleep 1 - -# Step 3: Remove old database and files -echo "Cleaning up old database and files..." -rm -f "${repo_name}.db" "${repo_name}.db.sig" "${repo_name}.files" "${repo_name}.files.sig" || handle_error "Failed to remove old database files." - -# Step 4: Move new files into place -echo "Moving new database and file archive..." -mv -f "${repo_name}.db.tar.gz" "${repo_name}.db" || handle_error "Failed to move database file." -mv -f "${repo_name}.db.tar.gz.sig" "${repo_name}.db.sig" || handle_error "Failed to move database signature file." -mv -f "${repo_name}.files.tar.gz" "${repo_name}.files" || handle_error "Failed to move files archive." -mv -f "${repo_name}.files.tar.gz.sig" "${repo_name}.files.sig" || handle_error "Failed to move files signature." - -# Step 5: Confirmation -echo "Repository updated successfully!" -echo "*******************************************************************************" -echo "You can now sync the repository with 'pacman -Sy' to fetch the latest packages." -echo "*******************************************************************************" \ No newline at end of file diff --git a/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..7eb1759 Binary files /dev/null and b/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..45e1d01 Binary files /dev/null and b/x86_64/snigdhaos-asian-fonts-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst b/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst deleted file mode 100644 index 3df3714..0000000 Binary files a/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst.sig deleted file mode 100644 index 2876134..0000000 Binary files a/x86_64/snigdhaos-asian-fonts-r331.bdb761c5-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-core.db b/x86_64/snigdhaos-core.db deleted file mode 100644 index b5f70a9..0000000 Binary files a/x86_64/snigdhaos-core.db and /dev/null differ diff --git a/x86_64/snigdhaos-core.db b/x86_64/snigdhaos-core.db new file mode 120000 index 0000000..a2636ed --- /dev/null +++ b/x86_64/snigdhaos-core.db @@ -0,0 +1 @@ +snigdhaos-core.db.tar.gz \ No newline at end of file diff --git a/x86_64/snigdhaos-core.db.sig b/x86_64/snigdhaos-core.db.sig deleted file mode 100644 index fa78a96..0000000 Binary files a/x86_64/snigdhaos-core.db.sig and /dev/null differ diff --git a/x86_64/snigdhaos-core.db.tar.gz b/x86_64/snigdhaos-core.db.tar.gz new file mode 100644 index 0000000..df82891 Binary files /dev/null and b/x86_64/snigdhaos-core.db.tar.gz differ diff --git a/x86_64/snigdhaos-core.files b/x86_64/snigdhaos-core.files deleted file mode 100644 index 650b4c0..0000000 Binary files a/x86_64/snigdhaos-core.files and /dev/null differ diff --git a/x86_64/snigdhaos-core.files b/x86_64/snigdhaos-core.files new file mode 120000 index 0000000..93347f8 --- /dev/null +++ b/x86_64/snigdhaos-core.files @@ -0,0 +1 @@ +snigdhaos-core.files.tar.gz \ No newline at end of file diff --git a/x86_64/snigdhaos-core.files.sig b/x86_64/snigdhaos-core.files.sig deleted file mode 100644 index 294f2f7..0000000 Binary files a/x86_64/snigdhaos-core.files.sig and /dev/null differ diff --git a/x86_64/snigdhaos-core.files.tar.gz b/x86_64/snigdhaos-core.files.tar.gz new file mode 100644 index 0000000..bd88b19 Binary files /dev/null and b/x86_64/snigdhaos-core.files.tar.gz differ diff --git a/x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst b/x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst similarity index 69% rename from x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst rename to x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst index 708958c..72dc185 100644 Binary files a/x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst and b/x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..14453b6 Binary files /dev/null and b/x86_64/snigdhaos-grub-theme-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst.sig deleted file mode 100644 index 4079e32..0000000 Binary files a/x86_64/snigdhaos-grub-theme-r15.3e36d6c-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..2914e4a Binary files /dev/null and b/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..c502e7c Binary files /dev/null and b/x86_64/snigdhaos-keyring-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst b/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst deleted file mode 100644 index 8ede112..0000000 Binary files a/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst.sig deleted file mode 100644 index 5ebddfc..0000000 Binary files a/x86_64/snigdhaos-keyring-r332.68a02606-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..1c50a8b Binary files /dev/null and b/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..9550f0a Binary files /dev/null and b/x86_64/snigdhaos-libs-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst b/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst deleted file mode 100644 index 25bc06a..0000000 Binary files a/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst.sig deleted file mode 100644 index 5c4dcc4..0000000 Binary files a/x86_64/snigdhaos-libs-r345.8a191fb0-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..57aa7d0 Binary files /dev/null and b/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..80c2140 Binary files /dev/null and b/x86_64/snigdhaos-lsb-release-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst b/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst deleted file mode 100644 index 6b64be4..0000000 Binary files a/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst.sig deleted file mode 100644 index f19750e..0000000 Binary files a/x86_64/snigdhaos-lsb-release-2.0.r55.a25a4fc-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..fcae6ed Binary files /dev/null and b/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..ca690d8 Binary files /dev/null and b/x86_64/snigdhaos-mirrorlist-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst b/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst deleted file mode 100644 index 3c640be..0000000 Binary files a/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst.sig deleted file mode 100644 index cebd1a8..0000000 Binary files a/x86_64/snigdhaos-mirrorlist-r331.bdb761c5-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst b/x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst similarity index 98% rename from x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst rename to x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst index 04e72d4..1eb0561 100644 Binary files a/x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst and b/x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..9208447 Binary files /dev/null and b/x86_64/snigdhaos-sddm-sugar-candy-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst.sig deleted file mode 100644 index ecc84a7..0000000 Binary files a/x86_64/snigdhaos-sddm-sugar-candy-r1.3dabe46-1-any.pkg.tar.zst.sig and /dev/null differ diff --git a/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst b/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..02daa45 Binary files /dev/null and b/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst differ diff --git a/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst.sig new file mode 100644 index 0000000..c03faa2 Binary files /dev/null and b/x86_64/snigdhaos-welcome-1.0.0-1-any.pkg.tar.zst.sig differ diff --git a/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst b/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst deleted file mode 100644 index 0288243..0000000 Binary files a/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst and /dev/null differ diff --git a/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst.sig b/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst.sig deleted file mode 100644 index 619894a..0000000 Binary files a/x86_64/snigdhaos-welcome-r64.4e7eba2-1-any.pkg.tar.zst.sig and /dev/null differ