Skip to content

Commit

Permalink
materialgram: Update v4.14.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Feb 17, 2024
1 parent e5d863f commit ab9e1fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = materialgram-bin
pkgdesc = What if Telegram and Google had kids - Static binaries
pkgver = 4.14.14.1
pkgver = 4.14.16.1
pkgrel = 1
url = https://github.com/kukuruzka165/materialgram
arch = x86_64
Expand All @@ -24,7 +24,7 @@ pkgbase = materialgram-bin
optdepends = xdg-desktop-portal: desktop integration
provides = materialgram
conflicts = materialgram
source = https://github.com/kukuruzka165/materialgram/releases/download/v4.14.14.1/materialgram-v4.14.14.1.tar.gz
sha256sums = c2c848ab98f33cd3a976fcd0d5c23ca6b87898713552818e6b35c408b83ada97
source = https://github.com/kukuruzka165/materialgram/releases/download/v4.14.16.1/materialgram-v4.14.16.1.tar.gz
sha256sums = 617cbd6e4346addb708a29af6d597d5423965c82233933e04c1ade916bd849bd

pkgname = materialgram-bin
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
useradd -m builder
echo "builder ALL=(ALL) NOPASSWD: ALL" | tee -a /etc/sudoers
su builder -c "git clone https://github.com/omansh-krishn/build-materialgram.git /home/builder/build && cd /home/builder/build && makepkg --syncdeps --noconfirm --needed"
su builder -c "git clone https://github.com/materialgram/materialgram-bin /home/builder/build && cd /home/builder/build && makepkg --syncdeps --noconfirm --needed"
- name: Set filename as variable
id: set-filename
Expand All @@ -43,6 +43,6 @@ jobs:
echo $PAT | gh auth login --with-token
export VERSION=$(cat /home/builder/build/PKGBUILD | grep 'pkgver=' | cut -d'=' -f2)
export FILE_NAME=${{ steps.set-filename.outputs.filename }}
gh release create ${VERSION}-materialgram /home/builder/build/${FILE_NAME} --repo materialgram/materialgram-bin
gh release create ${VERSION} /home/builder/build/${FILE_NAME} --repo materialgram/materialgram-bin
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: omansh-krishn <[email protected]>
# Contributor: westpain <[email protected]>
pkgname=materialgram-bin
pkgver=4.14.14.1
pkgver=4.14.16.1
pkgrel=1
pkgdesc="What if Telegram and Google had kids - Static binaries"
arch=(x86_64)
Expand All @@ -16,7 +16,7 @@ conflicts=('materialgram')

source=( https://github.com/kukuruzka165/materialgram/releases/download/v${pkgver}/materialgram-v${pkgver}.tar.gz )

sha256sums=('c2c848ab98f33cd3a976fcd0d5c23ca6b87898713552818e6b35c408b83ada97')
sha256sums=('617cbd6e4346addb708a29af6d597d5423965c82233933e04c1ade916bd849bd')

package() {

Expand Down

0 comments on commit ab9e1fe

Please sign in to comment.