summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2023-12-14 20:56:49 +0600
committerZhanibek Adilbekov2023-12-14 20:56:49 +0600
commit848ba6bef45fc45e11fd17d3ecb86bc79ededfe7 (patch)
tree1c1a3eb952651954c02737fce7eba36ca1a60b0a
parent58a347fcf6482256d220fa6d9967002646cb10c6 (diff)
downloadaur-848ba6bef45fc45e11fd17d3ecb86bc79ededfe7.tar.gz
build: v1.24.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120377579cfd..72f0931457eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = firefox-tridactyl-native-bin
- pkgdesc = Tridactyl native messaging host application for Firefox (native: 0.3.6)
- pkgver = 1.23.0
+ pkgdesc = Tridactyl native messaging host application for Firefox (native: 0.4.1)
+ pkgver = 1.24.0
pkgrel = 1
url = https://github.com/tridactyl/tridactyl
arch = x86_64
license = Apache
provides = firefox-tridactyl-native
conflicts = firefox-tridactyl-native
- source = https://github.com/tridactyl/native_messenger/releases/download/0.3.6/native_main-Linux
- source = https://raw.githubusercontent.com/tridactyl/native_messenger/0.3.6/tridactyl.json
- b2sums = 10f02fe35309e36229fa1de2b92e5ad6c624c703cdc901ef19c69d97e06a4c4256e9fb95b8b349e15be84e3e23fc88186630475545fced28d6ffc0af1c454305
+ source = https://github.com/tridactyl/native_messenger/releases/download/0.4.1/native_main-Linux
+ source = https://raw.githubusercontent.com/tridactyl/native_messenger/0.4.1/tridactyl.json
+ b2sums = 242271577086547f7ea261358113dc418e5f880adbb40f15ba96451e1a2844ca530818f6aeb4f2486185e9173dee17ce9c09970197cec14fefd2cf3c0b70f079
b2sums = 1af6e9374ff2af3ac8b85c4e202d09a9b727115324b4a620d37e7db4aed291b5307b21fe4ea1d1d05c2055c84d1003b727edec84524ca4d513c847d20471f20c
pkgname = firefox-tridactyl-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index 899bc365b450..f1072b9ee4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=firefox-tridactyl-native-bin
-pkgver=1.23.0
-_nativever=0.3.6
+pkgver=1.24.0
+_nativever=0.4.1
pkgrel=1
pkgdesc="Tridactyl native messaging host application for Firefox (native: $_nativever)"
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('firefox-tridactyl-native')
conflicts=('firefox-tridactyl-native')
source=("https://github.com/tridactyl/native_messenger/releases/download/$_nativever/native_main-Linux"
"https://raw.githubusercontent.com/tridactyl/native_messenger/$_nativever/tridactyl.json")
-b2sums=('10f02fe35309e36229fa1de2b92e5ad6c624c703cdc901ef19c69d97e06a4c4256e9fb95b8b349e15be84e3e23fc88186630475545fced28d6ffc0af1c454305'
+b2sums=('242271577086547f7ea261358113dc418e5f880adbb40f15ba96451e1a2844ca530818f6aeb4f2486185e9173dee17ce9c09970197cec14fefd2cf3c0b70f079'
'1af6e9374ff2af3ac8b85c4e202d09a9b727115324b4a620d37e7db4aed291b5307b21fe4ea1d1d05c2055c84d1003b727edec84524ca4d513c847d20471f20c')
build() {